Protected
colorizeWrite a 'debug' level log, if the configured level allows for it.
Prints to stdout
with newline.
Optional
context: 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.
Optional
stackOrContext: stringWrite an 'error' level log, if the configured level allows for it.
Prints to stderr
with newline.
Optional
stack: stringOptional
context: 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.
Optional
context: stringWrite a 'fatal' level log, if the configured level allows for it.
Prints to stdout
with newline.
Protected
formatProtected
formatProtected
formatProtected
formatProtected
getWrite a 'log' level log, if the configured level allows for it.
Prints to stdout
with newline.
Optional
context: stringWrite a 'log' level log, if the configured level allows for it.
Prints to stdout
with newline.
Protected
printProtected
printProtected
stringifyProtected
updateWrite a 'verbose' level log, if the configured level allows for it.
Prints to stdout
with newline.
Optional
context: 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.
Optional
context: 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