UNPKG

@miracledevs/paradigm-express-webapi

Version:

An easy to use MVC WebApi implementation over Express.

12 lines 469 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LogType = void 0; var LogType; (function (LogType) { LogType[LogType["Trace"] = 0] = "Trace"; LogType[LogType["Debug"] = 1] = "Debug"; LogType[LogType["Info"] = 2] = "Info"; LogType[LogType["Warning"] = 3] = "Warning"; LogType[LogType["Error"] = 4] = "Error"; })(LogType = exports.LogType || (exports.LogType = {})); //# sourceMappingURL=log-type.js.map