Const
A logger that ONLY logs to console at minimum 'debug' level. Useful for logging during startup before a loggerApp has been initialized
const loggerDebug = buildLogger('debug', [buildDestinationStdout('debug')]) Copy
const loggerDebug = buildLogger('debug', [buildDestinationStdout('debug')])
A logger that ONLY logs to console at minimum 'debug' level. Useful for logging during startup before a loggerApp has been initialized