The log
method appends log messages to the specified file.
log( file, message )
Argument | Description |
---|---|
file
|
(string) The file to append log messages to. |
message
|
(string) The message to print to the file. |
|