/** * Describes the log levels supported by the logging framework */ export declare enum LogLevel { debug = 0, verbose = 1, info = 2, warn = 3, error = 4, fatal = 5 } //# sourceMappingURL=logLevels.d.ts.map