UNPKG
med-log
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.13
0.1.11
0.1.1
0.1.0
Logging package intended for gxp/samd regulated environments hosted in the cloud
med-log
/
dist
/
logLevel.d.ts
7 lines
(6 loc)
•
161 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
LogLevel
{
INFO
=
"INFO"
,
WARN
=
"WARN"
,
ERROR
=
"ERROR"
}
export
declare
function
getLogLevelString
(
str
:
string
):
string
;