UNPKG
@neoma/logging
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
0.1.0
Great logging for NestJs
github.com/shipdventures/neoma-logging
shipdventures/neoma-logging
@neoma/logging
/
dist
/
symbols.d.ts
9 lines
(8 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Token used to inject LoggingModule options */
export
declare
const
LOGGING_MODULE_OPTIONS
: unique
symbol
;
/** * Token used to inject LoggingModule context */
export
declare
const
LOGGING_MODULE_CONTEXT
: unique
symbol
;