Map<Level, LogStyle> toLevelMap() { return { Level.trace: trace, Level.info: info, Level.warn: warn, Level.error: error, Level.debug: debug, }; }