UNPKG

@applitools/logger

Version:
15 lines (14 loc) 590 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LogLevel = void 0; var LogLevel; (function (LogLevel) { LogLevel[LogLevel["silent"] = 0] = "silent"; LogLevel[LogLevel["fatal"] = 100] = "fatal"; LogLevel[LogLevel["error"] = 200] = "error"; LogLevel[LogLevel["warn"] = 300] = "warn"; LogLevel[LogLevel["info"] = 400] = "info"; LogLevel[LogLevel["debug"] = 500] = "debug"; LogLevel[LogLevel["trace"] = 600] = "trace"; LogLevel[LogLevel["all"] = Number.MAX_VALUE] = "all"; })(LogLevel || (exports.LogLevel = LogLevel = {}));