Internal
Readonly
Internal
configCurrent project config.
Readonly
Internal
ncInstance to use within/out the class.
Readonly
Internal
paramsCurrent CLI params.
Readonly
Internal
viAdds VariableInspector capabilities to the logger.
Internal
Method for printing a log message to the console. Only if CLI.Params.debug is truthy.
The message(s) to print to the console.
Depth level for output to the console.
Optional
msgArgs: Partial<BulkMsgArgs>Argument overrides for the message.
Optional
timeArgs: Partial<BulkMsgArgs>Argument overrides for the message's timestamp.
Internal
Outputs the given error message to the console.
Error message(s).
Depth level for output to the console.
Optional
msgArgs: Partial<BulkMsgArgs>Argument overrides for the message.
Optional
timeArgs: Partial<BulkMsgArgs>Argument overrides for the message's timestamp.
Internal
Prints a timestamped log message to the console.
The message(s) to print to the console.
Depth level for output to the console.
Optional
msgArgs: Partial<BulkMsgArgs>Argument overrides for the message.
Optional
timeArgs: Partial<BulkMsgArgs>Argument overrides for the message's timestamp.
Internal
Prints a timestamped log message to the console. Only if CLI.Params.progress is truthy.
The message(s) to print to the console.
Depth level for this message.
Optional
msgArgs: Partial<BulkMsgArgs>Argument overrides for the message.
Optional
timeArgs: Partial<BulkMsgArgs>Argument overrides for the message's timestamp.
Internal
Method for printing a log message to the console. Only if CLI.Params.verbose is truthy.
The message(s) to print to the console.
Depth level for this message.
Optional
msgArgs: Partial<BulkMsgArgs>Argument overrides for the message.
Optional
timeArgs: Partial<BulkMsgArgs>Argument overrides for the message's timestamp.
Internal
Outputs the given warning message to the console.
Warning message(s).
Depth level for this message.
Optional
msgArgs: Partial<BulkMsgArgs>Argument overrides for the message.
Optional
timeArgs: Partial<BulkMsgArgs>Argument overrides for the message's timestamp.
Shape of a logging utility class to be available within the library.
These objects probably output to the console, but could also record errors to log files or output in any other way.
Since
0.1.0-alpha