UNPKG

loggish

Version:

Universal logger is a library designed for collect and process logs in apps

10 lines 203 B
export enum LogLevel { EMERGENCY = 'emergency', ERROR = 'error', CRITICAL = 'critical', WARN = 'warn', ALERT = 'alert', NOTICE = 'notice', INFO = 'info', DEBUG = 'debug' }