Const log
log: Logger<"fatal" | "error" | "warn" | "info" | "debug" | "alert" | "caution" | "notice" | "success"> & {} = createLogger('logger', {levels: ['fatal', 'error', 'warn', 'info', 'debug', 'alert', 'caution', 'notice', 'success'],transports: [new ConsoleTransport()]})