Protected
colorizeWrite an 'error' level log, if the configured level allows for it.
Prints to stderr
with newline.
Optional
stackOrContext: stringWrite an 'error' level log.
Optional
stack: stringOptional
context: stringWrite an 'error' level log.
Rest
...optionalParams: any[]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.
Rest
...optionalParams: any[]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.
Rest
...optionalParams: any[]Write a 'warn' level log, if the configured level allows for it.
Prints to stdout
with newline.
Optional
context: stringWrite a 'warn' level log.
Rest
...optionalParams: any[]
Write a 'debug' level log, if the configured level allows for it. Prints to
stdout
with newline.