Internal
Internal
Prints a timestamped log message to the console. Only if CLI.Params.debug is truthy.
Variable to inspect. See VariableInspector.
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
Prints a timestamped log message to the console.
Variable to inspect. See VariableInspector.
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
Prints a timestamped log message to the console. Only if CLI.Params.progress is truthy.
Variable to inspect. See VariableInspector.
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 a default-level message of the variable.
Variable to inspect. See VariableInspector.
Optional
args: Partial<Args>Override arguments for converting the variable.
Internal
Method for printing a log message to the console. Only if CLI.Params.verbose is truthy.
Variable to inspect. See VariableInspector.
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 the variable inspection utility class to be available in each Logger.
See
VariableInspector Used to inspect variables.
Since
0.1.0-alpha