Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 510 Bytes

batch.log.md

File metadata and controls

25 lines (17 loc) · 510 Bytes

Batch.log

The log function is established to save a message into the batch log file.

Sample

var batch = new Batch();
batch.log("good morning!").log("good night!");

API

CallingReturning
Batch . log ( message )Batch
ParametersTypeDescription
messageStringThe information to save into the log file.