ReadonlydebugOutput an inspection of the given variable to the console as debug info.
The variable to be inspected.
Optionalargs: Partial<VariableInspector.Args> & {Optional. Configuration for the variable inspection and message, if any.
ReadonlyerrorOutput an inspection of the given variable to the console as error info.
The variable to be inspected.
Optionalargs: Partial<VariableInspector.Args> & {Optional. Configuration for the variable inspection and message, if any.
ReadonlylogOutput an inspection of the given variable to the console.
The variable to be inspected.
Optionalargs: Partial<VariableInspector.Args> & {Optional. Configuration for the variable inspection and message, if any.
ReadonlytimestampFor outputting var dumps prepended with a timestamp.
Readonlydebug: (Alias for NodeConsole.bulk.log with via: "debug" argument.
Readonlyerror: (Alias for NodeConsole.bulk.log with via: "error" argument.
Readonlylog: (Output an inspection of the given variable to the console.
Readonlyverbose: (Alias for NodeConsole.bulk.log with via: "info" argument.
Readonlywarn: (Alias for NodeConsole.bulk.log with via: "warn" argument.
ReadonlyverboseOutput an inspection of the given variable to the console as additional info.
The variable to be inspected.
Optionalargs: Partial<VariableInspector.Args> & {Optional. Configuration for the variable inspection and message, if any.
ReadonlywarnOutput an inspection of the given variable to the console as a warning.
The variable to be inspected.
Optionalargs: Partial<VariableInspector.Args> & {Optional. Configuration for the variable inspection and message, if any.
Since
2.0.0-beta.3