Class: BatchLogger

lib.log. BatchLogger

new BatchLogger(level)

Batch logger.

Parameters:
Name Type Description
level string

Log level.

Author:
  • Taka Okunishi
Source:

Methods

batchFail(batchName)

Log that the batch failed.

Parameters:
Name Type Description
batchName string

Batch name to log.

Source:

batchStart(batchName)

Log that the batch started.

Parameters:
Name Type Description
batchName string

Batch name to log.

Source:

batchSuccess(batchName)

Log that the batch succeeded.

Parameters:
Name Type Description
batchName string

Batch name to log.

Source: