Variable loggerTraceConst

loggerTrace: Logger = ...

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')])