Const
A noop (no output) logger for use when testing a component that requires a Logger
const loggerTest = buildLogger('silent', [buildDestinationStdout('trace')]) Copy
const loggerTest = buildLogger('silent', [buildDestinationStdout('trace')])
A noop (no output) logger for use when testing a component that requires a Logger