@decaf-ts/logging 0.10.8 → 0.10.10
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/README.md +106 -297
- package/dist/logging.cjs +1 -1
- package/dist/logging.cjs.map +1 -1
- package/dist/logging.js +1 -1
- package/dist/logging.js.map +1 -1
- package/lib/environment.cjs +5 -2
- package/lib/environment.d.ts +1 -0
- package/lib/environment.js.map +1 -1
- package/lib/esm/environment.d.ts +1 -0
- package/lib/esm/environment.js +5 -2
- package/lib/esm/environment.js.map +1 -1
- package/lib/esm/filters/index.d.ts +5 -0
- package/lib/esm/filters/index.js +5 -0
- package/lib/esm/filters/index.js.map +1 -1
- package/lib/esm/index.d.ts +5 -5
- package/lib/esm/index.js +6 -6
- package/lib/esm/index.js.map +1 -1
- package/lib/filters/index.cjs +5 -0
- package/lib/filters/index.d.ts +5 -0
- package/lib/filters/index.js.map +1 -1
- package/lib/index.cjs +6 -6
- package/lib/index.d.ts +5 -5
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
package/lib/esm/index.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Logging
|
|
3
|
+
* @description A comprehensive and versatile logging toolkit for both browser and Node.js environments.
|
|
4
|
+
* @summary This module provides a complete logging solution, exposing {@link Logging} and {@link MiniLogger} for runtime logging. It also includes decorators like {@link log} for method instrumentation, and various utilities such as {@link PatternFilter}, {@link StopWatch}, and {@link LoggedEnvironment} to help build configurable and theme-aware log pipelines.
|
|
5
|
+
*/
|
|
1
6
|
export * from "./filters";
|
|
2
7
|
export * from "./constants";
|
|
3
8
|
export * from "./decorators";
|
|
@@ -10,11 +15,6 @@ export * from "./types";
|
|
|
10
15
|
export * from "./web";
|
|
11
16
|
export * from "./utils";
|
|
12
17
|
export * from "styled-string-builder";
|
|
13
|
-
/**
|
|
14
|
-
* @module Logging
|
|
15
|
-
* @description A comprehensive and versatile logging toolkit for both browser and Node.js environments.
|
|
16
|
-
* @summary This module provides a complete logging solution, exposing {@link Logging} and {@link MiniLogger} for runtime logging. It also includes decorators like {@link log} for method instrumentation, and various utilities such as {@link PatternFilter}, {@link StopWatch}, and {@link LoggedEnvironment} to help build configurable and theme-aware log pipelines.
|
|
17
|
-
*/
|
|
18
18
|
/**
|
|
19
19
|
* @description Current package version string.
|
|
20
20
|
* @summary Stores the package version for diagnostics and compatibility checks.
|
package/lib/esm/index.js
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Logging
|
|
3
|
+
* @description A comprehensive and versatile logging toolkit for both browser and Node.js environments.
|
|
4
|
+
* @summary This module provides a complete logging solution, exposing {@link Logging} and {@link MiniLogger} for runtime logging. It also includes decorators like {@link log} for method instrumentation, and various utilities such as {@link PatternFilter}, {@link StopWatch}, and {@link LoggedEnvironment} to help build configurable and theme-aware log pipelines.
|
|
5
|
+
*/
|
|
1
6
|
export * from "./filters/index.js";
|
|
2
7
|
export * from "./constants.js";
|
|
3
8
|
export * from "./decorators.js";
|
|
@@ -10,11 +15,6 @@ export * from "./types.js";
|
|
|
10
15
|
export * from "./web.js";
|
|
11
16
|
export * from "./utils.js";
|
|
12
17
|
export * from "styled-string-builder";
|
|
13
|
-
/**
|
|
14
|
-
* @module Logging
|
|
15
|
-
* @description A comprehensive and versatile logging toolkit for both browser and Node.js environments.
|
|
16
|
-
* @summary This module provides a complete logging solution, exposing {@link Logging} and {@link MiniLogger} for runtime logging. It also includes decorators like {@link log} for method instrumentation, and various utilities such as {@link PatternFilter}, {@link StopWatch}, and {@link LoggedEnvironment} to help build configurable and theme-aware log pipelines.
|
|
17
|
-
*/
|
|
18
18
|
/**
|
|
19
19
|
* @description Current package version string.
|
|
20
20
|
* @summary Stores the package version for diagnostics and compatibility checks.
|
|
@@ -22,7 +22,7 @@ export * from "styled-string-builder";
|
|
|
22
22
|
* @type {string}
|
|
23
23
|
* @memberOf module:Logging
|
|
24
24
|
*/
|
|
25
|
-
export const VERSION = "0.10.
|
|
25
|
+
export const VERSION = "0.10.9";
|
|
26
26
|
/**
|
|
27
27
|
* @description Current package version string.
|
|
28
28
|
* @summary Stores the package version for diagnostics and compatibility checks.
|
package/lib/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,mCAA0B;AAC1B,+BAA4B;AAC5B,gCAA6B;AAC7B,iCAA8B;AAC9B,iCAA8B;AAC9B,6BAA0B;AAC1B,0BAAuB;AACvB,0BAAuB;AACvB,2BAAwB;AACxB,yBAAsB;AACtB,2BAAwB;AACxB,cAAc,uBAAuB,CAAC;AAEtC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,mCAA0B;AAC1B,+BAA4B;AAC5B,gCAA6B;AAC7B,iCAA8B;AAC9B,iCAA8B;AAC9B,6BAA0B;AAC1B,0BAAuB;AACvB,0BAAuB;AACvB,2BAAwB;AACxB,yBAAsB;AACtB,2BAAwB;AACxB,cAAc,uBAAuB,CAAC;AAEtC;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,OAAO,GAAW,aAAa,CAAC;AAE7C;;;;;;GAMG;AACH,MAAM,CAAC,MAAM,YAAY,GAAW,aAAa,CAAC"}
|
package/lib/filters/index.cjs
CHANGED
|
@@ -14,6 +14,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
/**
|
|
18
|
+
* @description Exports for the filters module.
|
|
19
|
+
* @summary This file exports all the necessary components for the filters functionality, including LogFilter and PatternFilter.
|
|
20
|
+
* @module logging/filters
|
|
21
|
+
*/
|
|
17
22
|
__exportStar(require("./LogFilter.cjs"), exports);
|
|
18
23
|
__exportStar(require("./PatternFilter.cjs"), exports);
|
|
19
24
|
//# sourceMappingURL=index.js.map
|
package/lib/filters/index.d.ts
CHANGED
|
@@ -1,2 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @description Exports for the filters module.
|
|
3
|
+
* @summary This file exports all the necessary components for the filters functionality, including LogFilter and PatternFilter.
|
|
4
|
+
* @module logging/filters
|
|
5
|
+
*/
|
|
1
6
|
export * from "./LogFilter";
|
|
2
7
|
export * from "./PatternFilter";
|
package/lib/filters/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/filters/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA4B;AAC5B,sDAAgC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/filters/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA;;;;GAIG;AACH,kDAA4B;AAC5B,sDAAgC"}
|
package/lib/index.cjs
CHANGED
|
@@ -15,6 +15,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
exports.PACKAGE_NAME = exports.VERSION = void 0;
|
|
18
|
+
/**
|
|
19
|
+
* @module Logging
|
|
20
|
+
* @description A comprehensive and versatile logging toolkit for both browser and Node.js environments.
|
|
21
|
+
* @summary This module provides a complete logging solution, exposing {@link Logging} and {@link MiniLogger} for runtime logging. It also includes decorators like {@link log} for method instrumentation, and various utilities such as {@link PatternFilter}, {@link StopWatch}, and {@link LoggedEnvironment} to help build configurable and theme-aware log pipelines.
|
|
22
|
+
*/
|
|
18
23
|
__exportStar(require("./filters/index.cjs"), exports);
|
|
19
24
|
__exportStar(require("./constants.cjs"), exports);
|
|
20
25
|
__exportStar(require("./decorators.cjs"), exports);
|
|
@@ -27,11 +32,6 @@ __exportStar(require("./types.cjs"), exports);
|
|
|
27
32
|
__exportStar(require("./web.cjs"), exports);
|
|
28
33
|
__exportStar(require("./utils.cjs"), exports);
|
|
29
34
|
__exportStar(require("styled-string-builder"), exports);
|
|
30
|
-
/**
|
|
31
|
-
* @module Logging
|
|
32
|
-
* @description A comprehensive and versatile logging toolkit for both browser and Node.js environments.
|
|
33
|
-
* @summary This module provides a complete logging solution, exposing {@link Logging} and {@link MiniLogger} for runtime logging. It also includes decorators like {@link log} for method instrumentation, and various utilities such as {@link PatternFilter}, {@link StopWatch}, and {@link LoggedEnvironment} to help build configurable and theme-aware log pipelines.
|
|
34
|
-
*/
|
|
35
35
|
/**
|
|
36
36
|
* @description Current package version string.
|
|
37
37
|
* @summary Stores the package version for diagnostics and compatibility checks.
|
|
@@ -39,7 +39,7 @@ __exportStar(require("styled-string-builder"), exports);
|
|
|
39
39
|
* @type {string}
|
|
40
40
|
* @memberOf module:Logging
|
|
41
41
|
*/
|
|
42
|
-
exports.VERSION = "0.10.
|
|
42
|
+
exports.VERSION = "0.10.9";
|
|
43
43
|
/**
|
|
44
44
|
* @description Current package version string.
|
|
45
45
|
* @summary Stores the package version for diagnostics and compatibility checks.
|
package/lib/index.d.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Logging
|
|
3
|
+
* @description A comprehensive and versatile logging toolkit for both browser and Node.js environments.
|
|
4
|
+
* @summary This module provides a complete logging solution, exposing {@link Logging} and {@link MiniLogger} for runtime logging. It also includes decorators like {@link log} for method instrumentation, and various utilities such as {@link PatternFilter}, {@link StopWatch}, and {@link LoggedEnvironment} to help build configurable and theme-aware log pipelines.
|
|
5
|
+
*/
|
|
1
6
|
export * from "./filters";
|
|
2
7
|
export * from "./constants";
|
|
3
8
|
export * from "./decorators";
|
|
@@ -10,11 +15,6 @@ export * from "./types";
|
|
|
10
15
|
export * from "./web";
|
|
11
16
|
export * from "./utils";
|
|
12
17
|
export * from "styled-string-builder";
|
|
13
|
-
/**
|
|
14
|
-
* @module Logging
|
|
15
|
-
* @description A comprehensive and versatile logging toolkit for both browser and Node.js environments.
|
|
16
|
-
* @summary This module provides a complete logging solution, exposing {@link Logging} and {@link MiniLogger} for runtime logging. It also includes decorators like {@link log} for method instrumentation, and various utilities such as {@link PatternFilter}, {@link StopWatch}, and {@link LoggedEnvironment} to help build configurable and theme-aware log pipelines.
|
|
17
|
-
*/
|
|
18
18
|
/**
|
|
19
19
|
* @description Current package version string.
|
|
20
20
|
* @summary Stores the package version for diagnostics and compatibility checks.
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,sDAA0B;AAC1B,kDAA4B;AAC5B,mDAA6B;AAC7B,oDAA8B;AAC9B,oDAA8B;AAC9B,gDAA0B;AAC1B,6CAAuB;AACvB,6CAAuB;AACvB,8CAAwB;AACxB,4CAAsB;AACtB,8CAAwB;AACxB,wDAAsC;AAEtC
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA;;;;GAIG;AACH,sDAA0B;AAC1B,kDAA4B;AAC5B,mDAA6B;AAC7B,oDAA8B;AAC9B,oDAA8B;AAC9B,gDAA0B;AAC1B,6CAAuB;AACvB,6CAAuB;AACvB,8CAAwB;AACxB,4CAAsB;AACtB,8CAAwB;AACxB,wDAAsC;AAEtC;;;;;;GAMG;AACU,QAAA,OAAO,GAAW,aAAa,CAAC;AAE7C;;;;;;GAMG;AACU,QAAA,YAAY,GAAW,aAAa,CAAC"}
|