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
/
LoggerOptions.ts
6 lines
(5 loc)
•
114 B
text/typescript
View Raw
1
2
3
4
5
6
export
default
interface
LoggerOptions
{
readonly
name
?:
string
;
handlers
?:
any
[]; timezone? :
any
; }