@lark-apaas/nestjs-logger 1.0.2-alpha.3 → 1.0.2-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-EYQI5UNW.js +1923 -0
- package/dist/chunk-EYQI5UNW.js.map +1 -0
- package/dist/chunk-G567XQTU.js +20 -0
- package/dist/chunk-G567XQTU.js.map +1 -0
- package/dist/getMachineId-bsd-CEQBRQ6B-UMYDEIPZ.js +44 -0
- package/dist/getMachineId-bsd-CEQBRQ6B-UMYDEIPZ.js.map +1 -0
- package/dist/getMachineId-darwin-26Z3HBMX-MTVONAZU.js +42 -0
- package/dist/getMachineId-darwin-26Z3HBMX-MTVONAZU.js.map +1 -0
- package/dist/getMachineId-linux-OSSG6TZ4-SVYIARQW.js +39 -0
- package/dist/getMachineId-linux-OSSG6TZ4-SVYIARQW.js.map +1 -0
- package/dist/getMachineId-unsupported-LL3I56BR-A2XOGHFT.js +25 -0
- package/dist/getMachineId-unsupported-LL3I56BR-A2XOGHFT.js.map +1 -0
- package/dist/getMachineId-win-UF2LMAW5-C3PDMGLJ.js +44 -0
- package/dist/getMachineId-win-UF2LMAW5-C3PDMGLJ.js.map +1 -0
- package/dist/index.cjs +63007 -9398
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +53806 -2164
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -8,7 +8,7 @@ declare abstract class BasePinoLogger implements LoggerService {
|
|
|
8
8
|
protected readonly logger: Logger;
|
|
9
9
|
protected readonly contextStore: RequestContextService;
|
|
10
10
|
private readonly levelState;
|
|
11
|
-
private readonly
|
|
11
|
+
private readonly observableService;
|
|
12
12
|
constructor(logger: Logger, contextStore: RequestContextService);
|
|
13
13
|
setLogLevels(levels: LogLevel[]): void;
|
|
14
14
|
log(message: unknown, ...optionalParams: unknown[]): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ declare abstract class BasePinoLogger implements LoggerService {
|
|
|
8
8
|
protected readonly logger: Logger;
|
|
9
9
|
protected readonly contextStore: RequestContextService;
|
|
10
10
|
private readonly levelState;
|
|
11
|
-
private readonly
|
|
11
|
+
private readonly observableService;
|
|
12
12
|
constructor(logger: Logger, contextStore: RequestContextService);
|
|
13
13
|
setLogLevels(levels: LogLevel[]): void;
|
|
14
14
|
log(message: unknown, ...optionalParams: unknown[]): void;
|