the-logs
Version:
Stop using console.log and use this simple logs API for your daily proccess.
12 lines (11 loc) • 330 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LogLevelNumber = void 0;
exports.LogLevelNumber = {
["debug" /* Debug */]: 0,
["info" /* Info */]: 1,
["notice" /* Notice */]: 2,
["warning" /* Warning */]: 3,
["error" /* Error */]: 4,
["critical" /* Critical */]: 5,
};