new BatchLogger(level)
Batch logger.
Parameters:
| Name | Type | Description |
|---|---|---|
level |
string | Log level. |
- Source:
Methods
-
batchFail(batchName)
-
Log that the batch failed.
Parameters:
Name Type Description batchNamestring Batch name to log.
-
batchStart(batchName)
-
Log that the batch started.
Parameters:
Name Type Description batchNamestring Batch name to log.
-
batchSuccess(batchName)
-
Log that the batch succeeded.
Parameters:
Name Type Description batchNamestring Batch name to log.