Protected OptionalcontextProtectedinspectThe options used for the "inspect" method.
ProtectedoptionsThe options of the logger.
Protected OptionaloriginalThe original context of the logger (set in the constructor).
Protected Static OptionallastThe last timestamp at which the log message was printed.
ProtectedcolorizeWrite a 'debug' level log, if the configured level allows for it.
Prints to stdout with newline.
Optionalcontext: stringWrite a 'debug' level log, if the configured level allows for it.
Prints to stdout with newline.
Write an 'error' level log, if the configured level allows for it.
Prints to stderr with newline.
OptionalstackOrContext: stringWrite an 'error' level log, if the configured level allows for it.
Prints to stderr with newline.
Optionalstack: stringOptionalcontext: stringWrite an 'error' level log, if the configured level allows for it.
Prints to stderr with newline.
Write a 'fatal' level log, if the configured level allows for it.
Prints to stdout with newline.
Optionalcontext: stringWrite a 'fatal' level log, if the configured level allows for it.
Prints to stdout with newline.
ProtectedformatProtectedformatProtectedformatProtectedformatProtectedgetProtectedgetWrite a 'log' level log, if the configured level allows for it.
Prints to stdout with newline.
Optionalcontext: stringWrite a 'log' level log, if the configured level allows for it.
Prints to stdout with newline.
ProtectedprintProtectedprintProtectedprintResets the logger context to the value that was passed in the constructor.
Set logger context
context
Set log levels
log levels
ProtectedstringifyProtectedstringifyProtectedupdateWrite a 'verbose' level log, if the configured level allows for it.
Prints to stdout with newline.
Optionalcontext: stringWrite a 'verbose' level log, if the configured level allows for it.
Prints to stdout with newline.
Write a 'warn' level log, if the configured level allows for it.
Prints to stdout with newline.
Optionalcontext: stringWrite a 'warn' level log, if the configured level allows for it.
Prints to stdout with newline.
The context of the logger (can be set manually or automatically inferred).