UNPKG

the-logs

Version:

Stop using console.log and use this simple logs API for your daily proccess.

10 lines (9 loc) 237 B
export declare const enum LogLevel { Debug = "debug", Info = "info", Notice = "notice", Warning = "warning", Error = "error", Critical = "critical" } export declare const LogLevelNumber: Record<LogLevel, number>;