UNPKG

@rockpack/logger

Version:

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

10 lines (9 loc) 312 B
export var LoggerTypes; (function (LoggerTypes) { LoggerTypes["log"] = "log"; LoggerTypes["info"] = "info"; LoggerTypes["warn"] = "warn"; LoggerTypes["error"] = "error"; LoggerTypes["debug"] = "debug"; LoggerTypes["critical"] = "critical"; })(LoggerTypes || (LoggerTypes = {}));