Private
Internal
Internal
Current project config.
Current CLI params.
Function to construct a MessageMaker.BulkMsgArgs object.
Creates an argument object used to print messages to the terminal, adding styling defaults by depth level.
Depth level for this message.
Argument overrides for the message.
Argument overrides for the message's timestamp.
An object with arguments separated by message (msg
) and time.
Stage_Console.clr Default colour for the message.
Instance to use within the class.
Readonly
Internal
_Function to construct a MessageMaker.BulkMsgArgs object.
Creates an argument object used to print messages to the terminal, adding styling defaults by depth level.
Depth level for this message.
Argument overrides for the message.
Argument overrides for the message's timestamp.
An object with arguments separated by message (msg
) and time.
Stage_Console.clr Default colour for the message.
Readonly
Internal
configCurrent project config.
Readonly
Internal
paramsCurrent CLI params.
Protected
Readonly
Internal
ncInstance to use within the class.
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.
Private
msgInternal
To be used by Stage_Console.
Includes a variety of utilities for printing variable inspections to the console.
Since
0.1.0-alpha