UNPKG

@mindpath/logger

Version:

Custom logging module to print logs on console, file or sent it to logs visualization application such as grafana

10 lines 251 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PROVIDER = void 0; exports.PROVIDER = { CONSOLE: 'console', FILE: 'file', GRAFANA: 'grafana', KIBANA: 'kibana' }; //# sourceMappingURL=constant.js.map