Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
24 lines (17 loc) · 506 Bytes

batch.log.md

File metadata and controls

24 lines (17 loc) · 506 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.