UNPKG

@admin-bro/express

Version:

This is an official AdminBro plugin which integrates it to expressjs framework

14 lines 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.log = void 0; exports.log = { /** * Logs the debug message to console if `process.env.ADMIN_BRO_EXPRESS_DEBUG` is set */ debug: (message) => { if (process.env.ADMIN_BRO_EXPRESS_DEBUG) { console.debug(message); } }, }; //# sourceMappingURL=logger.js.map