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.
ProtectedformatProtectedformatProtectedformatProtectedformatProtectedgetWrite 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.
ProtectedprintProtectedprintProtectedstringifyProtectedupdateWrite 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.
Logger service. Simply extends ConsoleLogger and makes it injectable.
Transient to ensure a new instance per injection