UNPKG

@rockpack/logger

Version:

This module can help you build error tracking & crash reporting system for your React application.

13 lines (12 loc) 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LoggerTypes = void 0; var LoggerTypes; (function (LoggerTypes) { LoggerTypes["log"] = "log"; LoggerTypes["info"] = "info"; LoggerTypes["warn"] = "warn"; LoggerTypes["error"] = "error"; LoggerTypes["debug"] = "debug"; LoggerTypes["critical"] = "critical"; })(LoggerTypes = exports.LoggerTypes || (exports.LoggerTypes = {}));