Error
or vanilla object, which state needs to be logged.
Additional info message to be logged before payload
.
Logs current time with, optional description and detailed view on payload
object.
If you have no object to view you may forward a single string message as a payload
.
Object, which state needs to be logged.
Additional info message to be logged before payload
.
Same as info(), but has warning style formatting.
Vanilla object, which state needs to be logged.
Additional info message to be logged before payload
.
Generated using TypeDoc
The same as info(), but if
!(payload instanceof Error)
logs additional stacktrace, otherwise uses providedError
stacktrace ofpayload
. Makes program to hault execution when invoking this function with debugger.