export enum DebugLevel { FATAL = 'fatal', ERROR = 'error', WARN = 'warn', INFO = 'info', DEBUG = 'debug', TRACE = 'trace', }