UNPKG
loggish
Version:
latest (0.0.1)
0.0.1
Universal logger is a library designed for collect and process logs in apps
loggish
/
src
/
LogLevel.ts
10 lines
•
203 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export
enum
LogLevel { EMERGENCY =
'emergency'
, ERROR =
'error'
, CRITICAL =
'critical'
, WARN =
'warn'
, ALERT =
'alert'
, NOTICE =
'notice'
, INFO =
'info'
, DEBUG =
'debug'
}