The log function is established to save a message into the batch log file.
var batch = new Batch(); batch.log("good morning!").log("good night!");
Calling | Returning |
---|---|
Batch . log ( message ) | Batch |
Parameters | Type | Description |
---|---|---|
message | String | The information to save into the log file. |