@ngx-smz/core 21.1.13 → 21.1.14
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/package.json +1 -1
- package/types/ngx-smz-core.d.ts +1 -1
package/package.json
CHANGED
package/types/ngx-smz-core.d.ts
CHANGED
|
@@ -124,7 +124,7 @@ declare class LoggingService {
|
|
|
124
124
|
private levelRank;
|
|
125
125
|
/** expose current settings */
|
|
126
126
|
readonly isEnabled: i0.Signal<boolean>;
|
|
127
|
-
readonly currentLevel: i0.Signal<"
|
|
127
|
+
readonly currentLevel: i0.Signal<"debug" | "info" | "warn" | "error">;
|
|
128
128
|
readonly activeScopes: i0.Signal<string[]>;
|
|
129
129
|
/** toggle logging global */
|
|
130
130
|
enable(): void;
|