UNPKG
simpl-loggar
Version:
latest (0.7.8)
0.7.8
0.7.7
0.7.6
0.7.5
0.7.2
0.7.1
0.7.0
0.6.1
0.6.0
0.5.5
0.5.4
0.5.3
Simple node.js logger
simpl-loggar
/
lib
/
enums
/
logs.d.ts
7 lines
(6 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
ELogTypes
{
Debug
=
"debug"
,
Error
=
"error"
,
Warn
=
"warn"
,
Log
=
"log"
}