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