UNPKG

nowjs-core

Version:

NowCanDo Javascript Core [nowjs-core] is a library written by TypeScript code maintains under Apache 2.0 licence

14 lines (13 loc) 566 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var LogLevel; (function (LogLevel) { LogLevel[LogLevel["silent"] = Infinity] = "silent"; LogLevel[LogLevel["fatal"] = 60] = "fatal"; LogLevel[LogLevel["error"] = 50] = "error"; LogLevel[LogLevel["warn"] = 40] = "warn"; LogLevel[LogLevel["info"] = 30] = "info"; LogLevel[LogLevel["verbose"] = 25] = "verbose"; LogLevel[LogLevel["debug"] = 20] = "debug"; LogLevel[LogLevel["trace"] = 10] = "trace"; })(LogLevel = exports.LogLevel || (exports.LogLevel = {}));