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
/
util
/
formatting.d.ts
3 lines
(2 loc)
•
143 B
TypeScript
View Raw
1
2
3
import
{
LogLevel
}
from
"../logLevel"
;
export
declare
function
getTextFormatted
(
date
:
Date
,
logLevel
:
LogLevel
, ...
rest
:
string
[]
):
string
;