log 函数用于将消息保存到批处理日志文件。
log
var batch = new Batch(); batch.log("早上好!").log("晚安!");
batch. log ( message )
Batch
message
String