/** * The log level to describe which messages should be logged in the ConsoleLoggerFactory. * * @see {@link ConsoleLoggerFactory} */ export declare enum LogLevel { Debug = 10, Info = 20, Warn = 30, Error = 40 } //# sourceMappingURL=LogLevel.d.ts.map