@punks/backend-core 0.0.36 → 0.0.37
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.
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { ILogger, LogLevel, MetaSerializationType } from "../abstractions";
|
|
2
2
|
export declare class Log {
|
|
3
|
-
private static
|
|
4
|
-
private static level;
|
|
5
|
-
private static metaSerialization;
|
|
3
|
+
private static readonly options;
|
|
6
4
|
static setSerializationType(type: MetaSerializationType): void;
|
|
7
5
|
static setLevel(level: LogLevel): void;
|
|
8
6
|
static enable(): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -49,9 +49,7 @@ declare const processArrayDifferences: <TItem, TInputItem, TId>({ elements, elem
|
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
declare class Log {
|
|
52
|
-
private static
|
|
53
|
-
private static level;
|
|
54
|
-
private static metaSerialization;
|
|
52
|
+
private static readonly options;
|
|
55
53
|
static setSerializationType(type: MetaSerializationType): void;
|
|
56
54
|
static setLevel(level: LogLevel): void;
|
|
57
55
|
static enable(): void;
|