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