export type LogLevelType = 'debug' | 'error' | 'fatal' | 'warn' | 'verbose' | 'log';
