Variable loggerDebugConst

loggerDebug: Logger = ...

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