@kwiz/common 1.0.165 → 1.0.166
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/lib/cjs/config.js +51 -0
- package/lib/cjs/config.js.map +1 -1
- package/lib/esm/config.js +51 -0
- package/lib/esm/config.js.map +1 -1
- package/lib/types/config.d.ts +32 -1
- package/lib/types/utils/consolelogger.d.ts +1 -2
- package/package.json +1 -1
package/lib/cjs/config.js
CHANGED
|
@@ -26,6 +26,57 @@ class GetLogger {
|
|
|
26
26
|
return this.instance;
|
|
27
27
|
}
|
|
28
28
|
;
|
|
29
|
+
debug(message) {
|
|
30
|
+
return this.i.debug(message);
|
|
31
|
+
}
|
|
32
|
+
info(message) {
|
|
33
|
+
return this.i.info(message);
|
|
34
|
+
}
|
|
35
|
+
log(message) {
|
|
36
|
+
return this.i.log(message);
|
|
37
|
+
}
|
|
38
|
+
/** output a message when debug is off */
|
|
39
|
+
warn(message) {
|
|
40
|
+
return this.i.warn(message);
|
|
41
|
+
}
|
|
42
|
+
/** output a message when debug is off */
|
|
43
|
+
error(message) {
|
|
44
|
+
return this.i.error(message);
|
|
45
|
+
}
|
|
46
|
+
/** output a message when debug is off */
|
|
47
|
+
trace(message) {
|
|
48
|
+
return this.i.trace(message);
|
|
49
|
+
}
|
|
50
|
+
/**start timer on a label, call timeEnd with the same label to print out the time that passed */
|
|
51
|
+
time(label) {
|
|
52
|
+
return this.i.time(label);
|
|
53
|
+
}
|
|
54
|
+
/**start timer on a label, call timeEnd with the same label to print out the time that passed */
|
|
55
|
+
timeEnd(label) {
|
|
56
|
+
return this.i.timeEnd(label);
|
|
57
|
+
}
|
|
58
|
+
/**prints an array or dictionary to the console inside a group */
|
|
59
|
+
table(data, groupLabel, groupCollapsed) {
|
|
60
|
+
return this.i.table(data, groupLabel, groupCollapsed);
|
|
61
|
+
}
|
|
62
|
+
/**prints a JSON object to the console inside a group */
|
|
63
|
+
json(data, groupLabel, groupCollapsed) {
|
|
64
|
+
return this.i.json(data, groupLabel, groupCollapsed);
|
|
65
|
+
}
|
|
66
|
+
/**prints an XML object to the console inside a group. If data is string that looks like an XML - will try to parse it. */
|
|
67
|
+
xml(data, groupLabel, groupCollapsed) {
|
|
68
|
+
return this.i.xml(data, groupLabel, groupCollapsed);
|
|
69
|
+
}
|
|
70
|
+
/** render messages inside a group, and closes the group when done. if a label is not provided - a group will not be rendered */
|
|
71
|
+
group(renderContent, label, collapsed) {
|
|
72
|
+
return this.i.group(renderContent, label, collapsed);
|
|
73
|
+
}
|
|
74
|
+
groupSync(label, renderContent, options) {
|
|
75
|
+
return this.i.groupSync(label, renderContent);
|
|
76
|
+
}
|
|
77
|
+
async groupAsync(label, renderContent, options) {
|
|
78
|
+
return this.i.groupAsync(label, renderContent);
|
|
79
|
+
}
|
|
29
80
|
}
|
|
30
81
|
exports.GetLogger = GetLogger;
|
|
31
82
|
var unconfigured = true;
|
package/lib/cjs/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":"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"}
|
package/lib/esm/config.js
CHANGED
|
@@ -21,6 +21,57 @@ export class GetLogger {
|
|
|
21
21
|
return this.instance;
|
|
22
22
|
}
|
|
23
23
|
;
|
|
24
|
+
debug(message) {
|
|
25
|
+
return this.i.debug(message);
|
|
26
|
+
}
|
|
27
|
+
info(message) {
|
|
28
|
+
return this.i.info(message);
|
|
29
|
+
}
|
|
30
|
+
log(message) {
|
|
31
|
+
return this.i.log(message);
|
|
32
|
+
}
|
|
33
|
+
/** output a message when debug is off */
|
|
34
|
+
warn(message) {
|
|
35
|
+
return this.i.warn(message);
|
|
36
|
+
}
|
|
37
|
+
/** output a message when debug is off */
|
|
38
|
+
error(message) {
|
|
39
|
+
return this.i.error(message);
|
|
40
|
+
}
|
|
41
|
+
/** output a message when debug is off */
|
|
42
|
+
trace(message) {
|
|
43
|
+
return this.i.trace(message);
|
|
44
|
+
}
|
|
45
|
+
/**start timer on a label, call timeEnd with the same label to print out the time that passed */
|
|
46
|
+
time(label) {
|
|
47
|
+
return this.i.time(label);
|
|
48
|
+
}
|
|
49
|
+
/**start timer on a label, call timeEnd with the same label to print out the time that passed */
|
|
50
|
+
timeEnd(label) {
|
|
51
|
+
return this.i.timeEnd(label);
|
|
52
|
+
}
|
|
53
|
+
/**prints an array or dictionary to the console inside a group */
|
|
54
|
+
table(data, groupLabel, groupCollapsed) {
|
|
55
|
+
return this.i.table(data, groupLabel, groupCollapsed);
|
|
56
|
+
}
|
|
57
|
+
/**prints a JSON object to the console inside a group */
|
|
58
|
+
json(data, groupLabel, groupCollapsed) {
|
|
59
|
+
return this.i.json(data, groupLabel, groupCollapsed);
|
|
60
|
+
}
|
|
61
|
+
/**prints an XML object to the console inside a group. If data is string that looks like an XML - will try to parse it. */
|
|
62
|
+
xml(data, groupLabel, groupCollapsed) {
|
|
63
|
+
return this.i.xml(data, groupLabel, groupCollapsed);
|
|
64
|
+
}
|
|
65
|
+
/** render messages inside a group, and closes the group when done. if a label is not provided - a group will not be rendered */
|
|
66
|
+
group(renderContent, label, collapsed) {
|
|
67
|
+
return this.i.group(renderContent, label, collapsed);
|
|
68
|
+
}
|
|
69
|
+
groupSync(label, renderContent, options) {
|
|
70
|
+
return this.i.groupSync(label, renderContent);
|
|
71
|
+
}
|
|
72
|
+
async groupAsync(label, renderContent, options) {
|
|
73
|
+
return this.i.groupAsync(label, renderContent);
|
|
74
|
+
}
|
|
24
75
|
}
|
|
25
76
|
var unconfigured = true;
|
|
26
77
|
;
|
package/lib/esm/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../src/config.ts"],"names":[],"mappings":"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"}
|
package/lib/types/config.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConsoleLogger, releasetypes } from './exports-index';
|
|
1
|
+
import { ConsoleLogger, logMessageValue, releasetypes } from './exports-index';
|
|
2
2
|
export interface iConfigInfo {
|
|
3
3
|
BuildNumber: string;
|
|
4
4
|
IsLocalDev: boolean;
|
|
@@ -16,6 +16,37 @@ export declare class GetLogger {
|
|
|
16
16
|
constructor(name: string);
|
|
17
17
|
private instance;
|
|
18
18
|
get i(): ConsoleLogger;
|
|
19
|
+
debug(message: any): void;
|
|
20
|
+
info(message: any): void;
|
|
21
|
+
log(message: any): void;
|
|
22
|
+
/** output a message when debug is off */
|
|
23
|
+
warn(message: any): void;
|
|
24
|
+
/** output a message when debug is off */
|
|
25
|
+
error(message: any): void;
|
|
26
|
+
/** output a message when debug is off */
|
|
27
|
+
trace(message: any): void;
|
|
28
|
+
/**start timer on a label, call timeEnd with the same label to print out the time that passed */
|
|
29
|
+
time(label: string): void;
|
|
30
|
+
/**start timer on a label, call timeEnd with the same label to print out the time that passed */
|
|
31
|
+
timeEnd(label: string): void;
|
|
32
|
+
/**prints an array or dictionary to the console inside a group */
|
|
33
|
+
table(data: any, groupLabel?: string, groupCollapsed?: boolean): void;
|
|
34
|
+
/**prints a JSON object to the console inside a group */
|
|
35
|
+
json(data: any, groupLabel?: string, groupCollapsed?: boolean): void;
|
|
36
|
+
/**prints an XML object to the console inside a group. If data is string that looks like an XML - will try to parse it. */
|
|
37
|
+
xml(data: any, groupLabel?: string, groupCollapsed?: boolean): void;
|
|
38
|
+
/** render messages inside a group, and closes the group when done. if a label is not provided - a group will not be rendered */
|
|
39
|
+
group(renderContent: () => void, label?: string, collapsed?: boolean): void;
|
|
40
|
+
groupSync<ReturnType>(label: string, renderContent: (log: (message: logMessageValue) => void) => ReturnType, options?: {
|
|
41
|
+
expand?: boolean;
|
|
42
|
+
/** do not write to log */
|
|
43
|
+
supress?: boolean;
|
|
44
|
+
}): ReturnType;
|
|
45
|
+
groupAsync<ReturnType>(label: string, renderContent: (log: (message: logMessageValue) => void) => Promise<ReturnType>, options?: {
|
|
46
|
+
expand?: boolean;
|
|
47
|
+
/** do not write to log */
|
|
48
|
+
supress?: boolean;
|
|
49
|
+
}): Promise<ReturnType>;
|
|
19
50
|
}
|
|
20
51
|
export interface iConfigParams {
|
|
21
52
|
BuildNumber: string;
|
|
@@ -16,7 +16,7 @@ export type LoggerContext = {
|
|
|
16
16
|
name?: string;
|
|
17
17
|
prefix?: string;
|
|
18
18
|
};
|
|
19
|
-
type logMessageValue = string | {
|
|
19
|
+
export type logMessageValue = string | {
|
|
20
20
|
label: string;
|
|
21
21
|
value: Object;
|
|
22
22
|
};
|
|
@@ -75,4 +75,3 @@ export declare class ConsoleLogger {
|
|
|
75
75
|
private $finishGroup;
|
|
76
76
|
private logWithLevel;
|
|
77
77
|
}
|
|
78
|
-
export {};
|