Const
Default Logger implementation.
Logger
debug and info go to util.debuglog("batch-cluster").
debug
info
util.debuglog("batch-cluster")
warn and error go to console.warn and console.error.
warn
error
console.warn
console.error
Default
Logger
implementation.debug
andinfo
go toutil.debuglog("batch-cluster")
.warn
anderror
go toconsole.warn
andconsole.error
.