ReadonlydebugAlias for NodeConsole.timestamp.log with via: "debug" argument.
The message to be output. Processed by MessageMaker.msg.
Optionalargs: RecursivePartial<Partial<MessageMaker.MsgArgs> & TimestampedArgs>Optional. Configuration for the output and message, if any.
MessageMaker.timestamped Used to format the message.
ReadonlyerrorAlias for NodeConsole.timestamp.log with via: "error" argument.
The message to be output. Processed by MessageMaker.msg.
Optionalargs: RecursivePartial<Partial<MessageMaker.MsgArgs> & TimestampedArgs>Optional. Configuration for the output and message, if any.
MessageMaker.timestamped Used to format the message.
ReadonlylogOutputs the given message to the console prefixed with a timestamp.
The message to be output. Processed by MessageMaker.msg.
Optionalargs: RecursivePartial<Partial<MessageMaker.MsgArgs> & TimestampedArgs>Optional. Configuration for the output and message, if any.
MessageMaker.timestamped Used to format the message.
ReadonlyverboseAlias for NodeConsole.timestamp.log with via: "info" argument.
The message to be output. Processed by MessageMaker.msg.
Optionalargs: RecursivePartial<Partial<MessageMaker.MsgArgs> & TimestampedArgs>Optional. Configuration for the output and message, if any.
MessageMaker.timestamped Used to format the message.
ReadonlywarnAlias for NodeConsole.timestamp.log with via: "warn" argument.
The message to be output. Processed by MessageMaker.msg.
Optionalargs: RecursivePartial<Partial<MessageMaker.MsgArgs> & TimestampedArgs>Optional. Configuration for the output and message, if any.
MessageMaker.timestamped Used to format the message.
Since
2.0.0-beta.3