Variable ConsoleLoggerConst

ConsoleLogger: Logger = ...

Default Logger implementation.

  • debug and info go to util.debuglog("batch-cluster")`.

  • warn and error go to console.warn and console.error.