ProtectedcolorizeWrite an 'error' level log, if the configured level allows for it.
Prints to stderr with newline.
OptionalstackOrContext: stringWrite an 'error' level log.
Optionalstack: stringOptionalcontext: stringWrite an 'error' level log.
Rest...optionalParams: any[]ProtectedformatProtectedformatProtectedformatProtectedformatProtectedgetWrite a 'log' level log, if the configured level allows for it.
Prints to stdout with newline.
Optionalcontext: stringWrite a 'log' level log.
Rest...optionalParams: any[]ProtectedprintProtectedprintProtectedstringifyProtectedupdateWrite a 'verbose' level log, if the configured level allows for it.
Prints to stdout with newline.
Optionalcontext: 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.
Optionalcontext: stringWrite a 'warn' level log.
Rest...optionalParams: any[]
Write a 'debug' level log, if the configured level allows for it. Prints to
stdoutwith newline.