UNPKG
@atton16/logger
Version:
latest (1.5.3)
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
A pre-configured winston logger for web services.
github.com/atton16/logger
atton16/logger
@atton16/logger
/
dist
/
nestLikeFile.format.d.ts
6 lines
(5 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Format
}
from
'logform'
;
export
declare
const
nestLikeFileFormat
:
(
appName
?:
string
,
opt
?: { color:
boolean
; timestamp:
boolean
; }
) =>
Format
;