UNPKG

@zishone/logan

Version:

A logger and log middleware. Why logan? Because it sounds like morgan

9 lines 227 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LOG_LEVELS = void 0; exports.LOG_LEVELS = { INFO: 'info', ERROR: 'error', DEBUG: 'debug', }; //# sourceMappingURL=constants.js.map