@decaf-ts/logging 0.10.0 → 0.10.2

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.
Files changed (100) hide show
  1. package/README.md +298 -171
  2. package/dist/logging.cjs +1 -1
  3. package/dist/logging.cjs.map +1 -1
  4. package/dist/logging.js +1 -1
  5. package/dist/logging.js.map +1 -1
  6. package/lib/LoggedClass.cjs +4 -4
  7. package/lib/LoggedClass.d.ts +4 -4
  8. package/lib/constants.cjs +32 -63
  9. package/lib/constants.d.ts +32 -63
  10. package/lib/constants.js.map +1 -1
  11. package/lib/decorators.cjs +28 -28
  12. package/lib/decorators.d.ts +29 -36
  13. package/lib/decorators.js.map +1 -1
  14. package/lib/environment.cjs +34 -41
  15. package/lib/environment.d.ts +31 -32
  16. package/lib/environment.js.map +1 -1
  17. package/lib/esm/LoggedClass.d.ts +4 -4
  18. package/lib/esm/LoggedClass.js +4 -4
  19. package/lib/esm/constants.d.ts +32 -63
  20. package/lib/esm/constants.js +32 -63
  21. package/lib/esm/constants.js.map +1 -1
  22. package/lib/esm/decorators.d.ts +29 -36
  23. package/lib/esm/decorators.js +28 -28
  24. package/lib/esm/decorators.js.map +1 -1
  25. package/lib/esm/environment.d.ts +31 -32
  26. package/lib/esm/environment.js +34 -41
  27. package/lib/esm/environment.js.map +1 -1
  28. package/lib/esm/filters/LogFilter.d.ts +11 -11
  29. package/lib/esm/filters/LogFilter.js +5 -5
  30. package/lib/esm/filters/PatternFilter.d.ts +15 -15
  31. package/lib/esm/filters/PatternFilter.js +12 -12
  32. package/lib/esm/index.d.ts +2 -2
  33. package/lib/esm/index.js +3 -3
  34. package/lib/esm/logging.d.ts +119 -113
  35. package/lib/esm/logging.js +223 -138
  36. package/lib/esm/logging.js.map +1 -1
  37. package/lib/esm/pino/index.d.ts +6 -0
  38. package/lib/esm/pino/index.js +6 -0
  39. package/lib/esm/pino/index.js.map +1 -1
  40. package/lib/esm/pino/pino.d.ts +13 -5
  41. package/lib/esm/pino/pino.js +70 -124
  42. package/lib/esm/pino/pino.js.map +1 -1
  43. package/lib/esm/text.d.ts +29 -67
  44. package/lib/esm/text.js +29 -67
  45. package/lib/esm/text.js.map +1 -1
  46. package/lib/esm/time.d.ts +45 -43
  47. package/lib/esm/time.js +38 -36
  48. package/lib/esm/time.js.map +1 -1
  49. package/lib/esm/types.d.ts +59 -50
  50. package/lib/esm/utils.d.ts +43 -0
  51. package/lib/esm/utils.js +55 -3
  52. package/lib/esm/utils.js.map +1 -1
  53. package/lib/esm/web.d.ts +2 -2
  54. package/lib/esm/web.js +2 -2
  55. package/lib/esm/winston/index.d.ts +7 -0
  56. package/lib/esm/winston/index.js +7 -1
  57. package/lib/esm/winston/index.js.map +1 -1
  58. package/lib/esm/winston/winston.d.ts +17 -21
  59. package/lib/esm/winston/winston.js +29 -36
  60. package/lib/esm/winston/winston.js.map +1 -1
  61. package/lib/filters/LogFilter.cjs +5 -5
  62. package/lib/filters/LogFilter.d.ts +11 -11
  63. package/lib/filters/PatternFilter.cjs +12 -12
  64. package/lib/filters/PatternFilter.d.ts +15 -15
  65. package/lib/index.cjs +3 -3
  66. package/lib/index.d.ts +2 -2
  67. package/lib/logging.cjs +224 -139
  68. package/lib/logging.d.ts +119 -113
  69. package/lib/logging.js.map +1 -1
  70. package/lib/pino/index.cjs +6 -0
  71. package/lib/pino/index.d.ts +6 -0
  72. package/lib/pino/index.js.map +1 -1
  73. package/lib/pino/pino.cjs +102 -126
  74. package/lib/pino/pino.d.ts +13 -5
  75. package/lib/pino/pino.js.map +1 -1
  76. package/lib/text.cjs +29 -67
  77. package/lib/text.d.ts +29 -67
  78. package/lib/text.js.map +1 -1
  79. package/lib/time.cjs +38 -36
  80. package/lib/time.d.ts +45 -43
  81. package/lib/time.js.map +1 -1
  82. package/lib/types.d.ts +59 -50
  83. package/lib/utils.cjs +55 -3
  84. package/lib/utils.d.ts +43 -0
  85. package/lib/utils.js.map +1 -1
  86. package/lib/web.cjs +2 -2
  87. package/lib/web.d.ts +2 -2
  88. package/lib/winston/index.cjs +22 -0
  89. package/lib/winston/index.d.ts +7 -0
  90. package/lib/winston/index.js.map +1 -1
  91. package/lib/winston/winston.cjs +29 -36
  92. package/lib/winston/winston.d.ts +17 -21
  93. package/lib/winston/winston.js.map +1 -1
  94. package/package.json +9 -10
  95. package/lib/accumulate.types.cjs +0 -27
  96. package/lib/accumulate.types.d.ts +0 -1
  97. package/lib/accumulate.types.js.map +0 -1
  98. package/lib/esm/accumulate.types.d.ts +0 -1
  99. package/lib/esm/accumulate.types.js +0 -25
  100. package/lib/esm/accumulate.types.js.map +0 -1
@@ -6,8 +6,8 @@ const text_1 = require("./text.cjs");
6
6
  const web_1 = require("./web.cjs");
7
7
  const constants_1 = require("./constants.cjs");
8
8
  /**
9
- * @description Environment accumulator that lazily reads from runtime sources.
10
- * @summary Extends {@link ObjectAccumulator} to merge configuration objects while resolving values from Node or browser environment variables on demand.
9
+ * @description An environment accumulator that lazily reads from runtime sources.
10
+ * @summary This class extends {@link ObjectAccumulator} to merge configuration objects while resolving values from Node or browser environment variables on demand.
11
11
  * @template T
12
12
  * @class Environment
13
13
  * @example
@@ -54,9 +54,9 @@ class Environment extends typed_object_accumulator_1.ObjectAccumulator {
54
54
  }
55
55
  /**
56
56
  * @description Retrieves a value from the runtime environment.
57
- * @summary Handles browser and Node.js environments by normalizing keys and parsing values.
58
- * @param {string} k - Key to resolve from the environment.
59
- * @return {unknown} Value resolved from the environment or `undefined` when absent.
57
+ * @summary This method handles browser and Node.js environments by normalizing keys and parsing values.
58
+ * @param {string} k - The key to resolve from the environment.
59
+ * @return {unknown} The value that is resolved from the environment, or `undefined` if it is absent.
60
60
  */
61
61
  fromEnv(k) {
62
62
  let env;
@@ -72,9 +72,9 @@ class Environment extends typed_object_accumulator_1.ObjectAccumulator {
72
72
  }
73
73
  /**
74
74
  * @description Converts stringified environment values into native types.
75
- * @summary Interprets booleans and numbers while leaving other types unchanged.
76
- * @param {unknown} val - Raw value retrieved from the environment.
77
- * @return {unknown} Parsed value converted to boolean, number, or left as-is.
75
+ * @summary This method interprets booleans and numbers, while leaving other types unchanged.
76
+ * @param {unknown} val - The raw value that is retrieved from the environment.
77
+ * @return {unknown} The parsed value, converted to a boolean or number, or left as-is.
78
78
  */
79
79
  parseEnvValue(val) {
80
80
  if (typeof val !== "string")
@@ -90,9 +90,9 @@ class Environment extends typed_object_accumulator_1.ObjectAccumulator {
90
90
  }
91
91
  /**
92
92
  * @description Expands an object into the environment.
93
- * @summary Defines lazy properties that first consult runtime variables before falling back to seeded values.
94
- * @template V - Type of the object being expanded.
95
- * @param {V} value - Object to expose through environment getters and setters.
93
+ * @summary This method defines lazy properties that first consult runtime variables before falling back to seeded values.
94
+ * @template V - The type of the object being expanded.
95
+ * @param {V} value - The object to expose through environment getters and setters.
96
96
  * @return {void}
97
97
  */
98
98
  expand(value) {
@@ -121,13 +121,10 @@ class Environment extends typed_object_accumulator_1.ObjectAccumulator {
121
121
  });
122
122
  }
123
123
  /**
124
- * @description Returns a proxy enforcing required environment variables.
125
- * @summary Accessing a property that resolves to `undefined` or an empty string when declared in the model throws an error.
126
- * @return {this} Proxy of the environment enforcing required variables.
124
+ * @description Returns a proxy that enforces required environment variables.
125
+ * @summary Accessing a property that resolves to `undefined` or an empty string when declared in the model will throw an error.
126
+ * @return {EnvironmentInstance<any>} A proxy of the environment that enforces required variables.
127
127
  */
128
- // Return a permissive EnvironmentInstance<any> so consumers won't lose
129
- // access to properties when the singleton is accumulated multiple times
130
- // through separate static calls.
131
128
  orThrow() {
132
129
  // eslint-disable-next-line @typescript-eslint/no-this-alias
133
130
  const base = this;
@@ -221,10 +218,10 @@ class Environment extends typed_object_accumulator_1.ObjectAccumulator {
221
218
  * @protected
222
219
  * @static
223
220
  * @description Retrieves or creates the singleton instance of the Environment class.
224
- * @summary Ensures only one {@link Environment} instance is created, wrapping it in a proxy to compose ENV keys on demand.
221
+ * @summary This method ensures that only one {@link Environment} instance is created, and wraps it in a proxy to compose ENV keys on demand.
225
222
  * @template E
226
- * @param {...unknown[]} args - Arguments forwarded to the factory when instantiating the singleton.
227
- * @return {E} Singleton environment instance.
223
+ * @param {...unknown[]} args - Arguments that are forwarded to the factory when instantiating the singleton.
224
+ * @return {E} The singleton environment instance.
228
225
  */
229
226
  static instance(...args) {
230
227
  if (!Environment._instance) {
@@ -266,17 +263,11 @@ class Environment extends typed_object_accumulator_1.ObjectAccumulator {
266
263
  /**
267
264
  * @static
268
265
  * @description Accumulates the given value into the environment.
269
- * @summary Adds new properties, hiding raw descriptors to avoid leaking enumeration semantics.
270
- * @template T
266
+ * @summary This method adds new properties and hides raw descriptors to avoid leaking enumeration semantics.
271
267
  * @template V
272
- * @param {V} value - Object to merge into the environment.
273
- * @return {Environment} Updated environment reference.
268
+ * @param {V} value - The object to merge into the environment.
269
+ * @return {AccumulatedEnvironment<any>} The updated environment reference.
274
270
  */
275
- // Keep the static API permissive: separate static `accumulate` calls cannot
276
- // be tracked by the type system across call boundaries, so return a more
277
- // permissive AccumulatedEnvironment<any> that preserves instance methods
278
- // like `orThrow()` while not narrowing the singleton to a single call's
279
- // shape.
280
271
  static accumulate(value) {
281
272
  const instance = Environment.instance();
282
273
  Object.keys(instance).forEach((key) => {
@@ -298,19 +289,19 @@ class Environment extends typed_object_accumulator_1.ObjectAccumulator {
298
289
  }
299
290
  /**
300
291
  * @description Retrieves a value using a dot-path key from the accumulated environment.
301
- * @summary Delegates to the singleton instance to access stored configuration.
302
- * @param {string} key - Key to resolve from the environment store.
303
- * @return {unknown} Stored value corresponding to the provided key.
292
+ * @summary This method delegates to the singleton instance to access stored configuration.
293
+ * @param {string} key - The key to resolve from the environment store.
294
+ * @return {unknown} The stored value that corresponds to the provided key.
304
295
  */
305
296
  static get(key) {
306
297
  return Environment._instance.get(key);
307
298
  }
308
299
  /**
309
300
  * @description Builds a proxy that composes environment keys for nested properties.
310
- * @summary Allows chained property access to emit uppercase ENV identifiers while honoring existing runtime overrides.
311
- * @param {any} current - Seed model segment used when projecting nested structures.
312
- * @param {string[]} path - Accumulated path segments leading to the proxy.
313
- * @return {any} Proxy that resolves environment values or composes additional proxies for deeper paths.
301
+ * @summary This allows chained property access to emit uppercase ENV identifiers, while honoring existing runtime overrides.
302
+ * @param {any} current - The seed model segment to use when projecting nested structures.
303
+ * @param {string[]} path - The accumulated path segments that lead to the proxy.
304
+ * @return {any} A proxy that resolves environment values or composes additional proxies for deeper paths.
314
305
  */
315
306
  static buildEnvProxy(current, path) {
316
307
  const buildKey = (p) => p.map((seg) => (0, text_1.toENVFormat)(seg)).join(constants_1.ENV_PATH_DELIMITER);
@@ -371,7 +362,7 @@ class Environment extends typed_object_accumulator_1.ObjectAccumulator {
371
362
  /**
372
363
  * @static
373
364
  * @description Retrieves the keys of the environment, optionally converting them to ENV format.
374
- * @summary Gets all keys in the environment, with an option to format them for environment variables.
365
+ * @summary This method gets all keys in the environment, with an option to format them for environment variables.
375
366
  * @param {boolean} [toEnv=true] - Whether to convert the keys to ENV format.
376
367
  * @return {string[]} An array of keys from the environment.
377
368
  */
@@ -410,12 +401,14 @@ class Environment extends typed_object_accumulator_1.ObjectAccumulator {
410
401
  }
411
402
  exports.Environment = Environment;
412
403
  /**
413
- * @description Singleton environment instance seeded with default logging configuration.
414
- * @summary Combines {@link DefaultLoggingConfig} with runtime environment variables to provide consistent logging defaults across platforms.
415
- * @const LoggedEnvironment
404
+ * @description A singleton environment instance that is seeded with the default logging configuration.
405
+ * @summary This constant combines {@link DefaultLoggingConfig} with runtime environment variables to provide consistent logging defaults across platforms.
406
+ * @const {AccumulatedEnvironment<any>} LoggedEnvironment
416
407
  * @memberOf module:Logging
417
408
  */
418
- exports.LoggedEnvironment = Environment.accumulate(Object.assign({}, constants_1.DefaultLoggingConfig, {
409
+ exports.LoggedEnvironment = Environment.accumulate(Object.assign({
410
+ app: undefined,
411
+ }, constants_1.DefaultLoggingConfig, {
419
412
  env: ((0, web_1.isBrowser)() && globalThis[constants_1.BrowserEnvKey]
420
413
  ? globalThis[constants_1.BrowserEnvKey]["NODE_ENV"]
421
414
  : globalThis.process.env["NODE_ENV"]) || "development",
@@ -1,7 +1,7 @@
1
1
  import { ObjectAccumulator } from "typed-object-accumulator";
2
2
  /**
3
- * @description Factory type for creating Environment instances.
4
- * @summary Describes factories that construct {@link Environment} derivatives with custom initialization.
3
+ * @description A factory type for creating Environment instances.
4
+ * @summary This describes factories that construct {@link Environment} derivatives with custom initialization.
5
5
  * @template T - The type of object the Environment will accumulate.
6
6
  * @template E - The specific Environment type to be created, extending Environment<T>.
7
7
  * @typedef {function(unknown[]): E} EnvironmentFactory
@@ -33,72 +33,71 @@ export declare class Environment<T extends object> extends ObjectAccumulator<T>
33
33
  protected constructor();
34
34
  /**
35
35
  * @description Retrieves a value from the runtime environment.
36
- * @summary Handles browser and Node.js environments by normalizing keys and parsing values.
37
- * @param {string} k - Key to resolve from the environment.
38
- * @return {unknown} Value resolved from the environment or `undefined` when absent.
36
+ * @summary This method handles browser and Node.js environments by normalizing keys and parsing values.
37
+ * @param {string} k - The key to resolve from the environment.
38
+ * @return {unknown} The value that is resolved from the environment, or `undefined` if it is absent.
39
39
  */
40
40
  protected fromEnv(k: string): unknown;
41
41
  /**
42
42
  * @description Converts stringified environment values into native types.
43
- * @summary Interprets booleans and numbers while leaving other types unchanged.
44
- * @param {unknown} val - Raw value retrieved from the environment.
45
- * @return {unknown} Parsed value converted to boolean, number, or left as-is.
43
+ * @summary This method interprets booleans and numbers, while leaving other types unchanged.
44
+ * @param {unknown} val - The raw value that is retrieved from the environment.
45
+ * @return {unknown} The parsed value, converted to a boolean or number, or left as-is.
46
46
  */
47
47
  protected parseEnvValue(val: unknown): unknown;
48
48
  /**
49
49
  * @description Expands an object into the environment.
50
- * @summary Defines lazy properties that first consult runtime variables before falling back to seeded values.
51
- * @template V - Type of the object being expanded.
52
- * @param {V} value - Object to expose through environment getters and setters.
50
+ * @summary This method defines lazy properties that first consult runtime variables before falling back to seeded values.
51
+ * @template V - The type of the object being expanded.
52
+ * @param {V} value - The object to expose through environment getters and setters.
53
53
  * @return {void}
54
54
  */
55
55
  protected expand<V extends object>(value: V): void;
56
56
  /**
57
- * @description Returns a proxy enforcing required environment variables.
58
- * @summary Accessing a property that resolves to `undefined` or an empty string when declared in the model throws an error.
59
- * @return {this} Proxy of the environment enforcing required variables.
57
+ * @description Returns a proxy that enforces required environment variables.
58
+ * @summary Accessing a property that resolves to `undefined` or an empty string when declared in the model will throw an error.
59
+ * @return {EnvironmentInstance<any>} A proxy of the environment that enforces required variables.
60
60
  */
61
61
  orThrow(): EnvironmentInstance<any>;
62
62
  /**
63
63
  * @protected
64
64
  * @static
65
65
  * @description Retrieves or creates the singleton instance of the Environment class.
66
- * @summary Ensures only one {@link Environment} instance is created, wrapping it in a proxy to compose ENV keys on demand.
66
+ * @summary This method ensures that only one {@link Environment} instance is created, and wraps it in a proxy to compose ENV keys on demand.
67
67
  * @template E
68
- * @param {...unknown[]} args - Arguments forwarded to the factory when instantiating the singleton.
69
- * @return {E} Singleton environment instance.
68
+ * @param {...unknown[]} args - Arguments that are forwarded to the factory when instantiating the singleton.
69
+ * @return {E} The singleton environment instance.
70
70
  */
71
71
  protected static instance<E extends Environment<any>>(...args: unknown[]): E;
72
72
  accumulate<V extends object>(value: V): AccumulatedEnvironment<T & V>;
73
73
  /**
74
74
  * @static
75
75
  * @description Accumulates the given value into the environment.
76
- * @summary Adds new properties, hiding raw descriptors to avoid leaking enumeration semantics.
77
- * @template T
76
+ * @summary This method adds new properties and hides raw descriptors to avoid leaking enumeration semantics.
78
77
  * @template V
79
- * @param {V} value - Object to merge into the environment.
80
- * @return {Environment} Updated environment reference.
78
+ * @param {V} value - The object to merge into the environment.
79
+ * @return {AccumulatedEnvironment<any>} The updated environment reference.
81
80
  */
82
81
  static accumulate<V extends object>(value: V): AccumulatedEnvironment<any>;
83
82
  /**
84
83
  * @description Retrieves a value using a dot-path key from the accumulated environment.
85
- * @summary Delegates to the singleton instance to access stored configuration.
86
- * @param {string} key - Key to resolve from the environment store.
87
- * @return {unknown} Stored value corresponding to the provided key.
84
+ * @summary This method delegates to the singleton instance to access stored configuration.
85
+ * @param {string} key - The key to resolve from the environment store.
86
+ * @return {unknown} The stored value that corresponds to the provided key.
88
87
  */
89
88
  static get(key: string): any;
90
89
  /**
91
90
  * @description Builds a proxy that composes environment keys for nested properties.
92
- * @summary Allows chained property access to emit uppercase ENV identifiers while honoring existing runtime overrides.
93
- * @param {any} current - Seed model segment used when projecting nested structures.
94
- * @param {string[]} path - Accumulated path segments leading to the proxy.
95
- * @return {any} Proxy that resolves environment values or composes additional proxies for deeper paths.
91
+ * @summary This allows chained property access to emit uppercase ENV identifiers, while honoring existing runtime overrides.
92
+ * @param {any} current - The seed model segment to use when projecting nested structures.
93
+ * @param {string[]} path - The accumulated path segments that lead to the proxy.
94
+ * @return {any} A proxy that resolves environment values or composes additional proxies for deeper paths.
96
95
  */
97
96
  private static buildEnvProxy;
98
97
  /**
99
98
  * @static
100
99
  * @description Retrieves the keys of the environment, optionally converting them to ENV format.
101
- * @summary Gets all keys in the environment, with an option to format them for environment variables.
100
+ * @summary This method gets all keys in the environment, with an option to format them for environment variables.
102
101
  * @param {boolean} [toEnv=true] - Whether to convert the keys to ENV format.
103
102
  * @return {string[]} An array of keys from the environment.
104
103
  */
@@ -108,9 +107,9 @@ export declare class Environment<T extends object> extends ObjectAccumulator<T>
108
107
  private static missingEnvError;
109
108
  }
110
109
  /**
111
- * @description Singleton environment instance seeded with default logging configuration.
112
- * @summary Combines {@link DefaultLoggingConfig} with runtime environment variables to provide consistent logging defaults across platforms.
113
- * @const LoggedEnvironment
110
+ * @description A singleton environment instance that is seeded with the default logging configuration.
111
+ * @summary This constant combines {@link DefaultLoggingConfig} with runtime environment variables to provide consistent logging defaults across platforms.
112
+ * @const {AccumulatedEnvironment<any>} LoggedEnvironment
114
113
  * @memberOf module:Logging
115
114
  */
116
115
  export declare const LoggedEnvironment: any;
@@ -1 +1 @@
1
- {"version":3,"file":"environment.js","sourceRoot":"","sources":["../src/environment.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"environment.js","sourceRoot":"","sources":["../src/environment.ts"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  import { Logger } from "./types";
2
2
  /**
3
- * @description Base class that provides a ready-to-use logger instance.
4
- * @summary Supplies inheriting classes with a lazily created, context-aware {@link Logger} via the protected `log` getter, promoting consistent structured logging without manual wiring.
3
+ * @description A base class that provides a ready-to-use logger instance.
4
+ * @summary This class supplies inheriting classes with a lazily created, context-aware {@link Logger} via the protected `log` getter. This promotes consistent, structured logging without the need for manual wiring.
5
5
  * @class LoggedClass
6
6
  * @example
7
7
  * class UserService extends LoggedClass {
@@ -31,8 +31,8 @@ export declare abstract class LoggedClass {
31
31
  private _log?;
32
32
  /**
33
33
  * @description Lazily provides a context-aware logger for the current instance.
34
- * @summary Calls {@link Logging.for} with the subclass instance to obtain a logger whose context matches the subclass name.
35
- * @return {Logger} Logger bound to the subclass context.
34
+ * @summary This method calls {@link Logging.for} with the subclass instance to obtain a logger whose context matches the subclass name.
35
+ * @return {Logger} A logger that is bound to the subclass context.
36
36
  */
37
37
  protected get log(): Logger;
38
38
  protected constructor();
@@ -1,7 +1,7 @@
1
1
  import { Logging } from "./logging.js";
2
2
  /**
3
- * @description Base class that provides a ready-to-use logger instance.
4
- * @summary Supplies inheriting classes with a lazily created, context-aware {@link Logger} via the protected `log` getter, promoting consistent structured logging without manual wiring.
3
+ * @description A base class that provides a ready-to-use logger instance.
4
+ * @summary This class supplies inheriting classes with a lazily created, context-aware {@link Logger} via the protected `log` getter. This promotes consistent, structured logging without the need for manual wiring.
5
5
  * @class LoggedClass
6
6
  * @example
7
7
  * class UserService extends LoggedClass {
@@ -30,8 +30,8 @@ import { Logging } from "./logging.js";
30
30
  export class LoggedClass {
31
31
  /**
32
32
  * @description Lazily provides a context-aware logger for the current instance.
33
- * @summary Calls {@link Logging.for} with the subclass instance to obtain a logger whose context matches the subclass name.
34
- * @return {Logger} Logger bound to the subclass context.
33
+ * @summary This method calls {@link Logging.for} with the subclass instance to obtain a logger whose context matches the subclass name.
34
+ * @return {Logger} A logger that is bound to the subclass context.
35
35
  */
36
36
  get log() {
37
37
  if (!this._log)
@@ -1,31 +1,28 @@
1
1
  import { LoggingConfig, Theme } from "./types";
2
2
  /**
3
- * @description Global key used to store environment variables in browser contexts.
4
- * @summary Enables the logging environment helpers to locate serialized environment configuration on `globalThis`.
5
- * @const BrowserEnvKey
6
- * @type {string}
3
+ * @description The global key that is used to store environment variables in browser contexts.
4
+ * @summary This enables the logging environment helpers to locate serialized environment configuration on `globalThis`.
5
+ * @const {string} BrowserEnvKey
7
6
  * @memberOf module:Logging
8
7
  */
9
8
  export declare const BrowserEnvKey = "ENV";
10
9
  /**
11
- * @description Delimiter used for composing nested environment variable names.
12
- * @summary Joins parent and child keys when mapping object paths to ENV strings.
13
- * @const ENV_PATH_DELIMITER
14
- * @type {string}
10
+ * @description The delimiter that is used for composing nested environment variable names.
11
+ * @summary This joins parent and child keys when mapping object paths to ENV strings.
12
+ * @const {string} ENV_PATH_DELIMITER
15
13
  * @memberOf module:Logging
16
14
  */
17
15
  export declare const ENV_PATH_DELIMITER = "__";
18
16
  /**
19
- * @description Default prefix and suffix used for template placeholders.
20
- * @summary Provides wrapper strings applied when interpolating messages with {@link patchPlaceholders}.
21
- * @const DefaultPlaceholderWrappers
22
- * @type {string[]}
17
+ * @description The default prefix and suffix that are used for template placeholders.
18
+ * @summary This provides wrapper strings that are applied when interpolating messages with {@link patchPlaceholders}.
19
+ * @const {string[]} DefaultPlaceholderWrappers
23
20
  * @memberOf module:Logging
24
21
  */
25
22
  export declare const DefaultPlaceholderWrappers: string[];
26
23
  /**
27
- * @description Enum for log levels.
28
- * @summary Defines different levels of logging for the application.
24
+ * @description An enum for log levels.
25
+ * @summary Defines the different levels of logging for the application.
29
26
  * @enum {string}
30
27
  * @readonly
31
28
  * @memberOf module:Logging
@@ -49,22 +46,23 @@ export declare enum LogLevel {
49
46
  silly = "silly"
50
47
  }
51
48
  /**
52
- * @description Numeric values associated with log levels.
53
- * @summary Provides a numeric representation of log levels for comparison and filtering.
54
- * @typedef {Object} NumericLogLevelsShape
55
- * @property {number} benchmark - Numeric value for benchmark level (0).
56
- * @property {number} error - Numeric value for error level (2).
57
- * @property {number} info - Numeric value for info level (4).
58
- * @property {number} verbose - Numeric value for verbose level (6).
59
- * @property {number} debug - Numeric value for debug level (7).
60
- * @property {number} silly - Numeric value for silly level (9).
49
+ * @description The numeric values that are associated with log levels.
50
+ * @summary This provides a numeric representation of log levels for comparison and filtering.
51
+ * @typedef {object} NumericLogLevelsShape
52
+ * @property {number} benchmark - The numeric value for the benchmark level (0).
53
+ * @property {number} error - The numeric value for the error level (3).
54
+ * @property {number} warn - The numeric value for the warn level (6).
55
+ * @property {number} info - The numeric value for the info level (9).
56
+ * @property {number} verbose - The numeric value for the verbose level (12).
57
+ * @property {number} debug - The numeric value for the debug level (15).
58
+ * @property {number} trace - The numeric value for the trace level (18).
59
+ * @property {number} silly - The numeric value for the silly level (21).
61
60
  * @memberOf module:Logging
62
61
  */
63
62
  /**
64
- * @description Numeric values associated with log levels.
65
- * @summary Provides a numeric representation of log levels for comparison and filtering.
66
- * @const NumericLogLevels
67
- * @type {NumericLogLevelsShape}
63
+ * @description The numeric values that are associated with log levels.
64
+ * @summary This provides a numeric representation of log levels for comparison and filtering.
65
+ * @const {NumericLogLevelsShape} NumericLogLevels
68
66
  * @memberOf module:Logging
69
67
  */
70
68
  export declare const NumericLogLevels: {
@@ -78,9 +76,10 @@ export declare const NumericLogLevels: {
78
76
  silly: number;
79
77
  };
80
78
  /**
81
- * @description Enum for logging output modes.
82
- * @summary Defines different output formats for log messages.
79
+ * @description An enum for logging output modes.
80
+ * @summary Defines the different output formats for log messages.
83
81
  * @enum {string}
82
+ * @readonly
84
83
  * @memberOf module:Logging
85
84
  */
86
85
  export declare enum LoggingMode {
@@ -90,46 +89,16 @@ export declare enum LoggingMode {
90
89
  JSON = "json"
91
90
  }
92
91
  /**
93
- * @description Default theme for styling log output.
92
+ * @description The default theme for styling log output.
94
93
  * @summary Defines the default color and style settings for various components of log messages.
95
- * @typedef {Theme} DefaultTheme
96
- * @property {Object} class - Styling for class names.
97
- * @property {number} class.fg - Foreground color code for class names (34).
98
- * @property {Object} id - Styling for identifiers.
99
- * @property {number} id.fg - Foreground color code for identifiers (36).
100
- * @property {Object} stack - Styling for stack traces (empty object).
101
- * @property {Object} timestamp - Styling for timestamps (empty object).
102
- * @property {Object} message - Styling for different types of messages.
103
- * @property {Object} message.error - Styling for error messages.
104
- * @property {number} message.error.fg - Foreground color code for error messages (31).
105
- * @property {Object} method - Styling for method names (empty object).
106
- * @property {Object} logLevel - Styling for different log levels.
107
- * @property {Object} logLevel.error - Styling for error level logs.
108
- * @property {number} logLevel.error.fg - Foreground color code for error level logs (31).
109
- * @property {string[]} logLevel.error.style - Style attributes for error level logs (["bold"]).
110
- * @property {Object} logLevel.info - Styling for info level logs (empty object).
111
- * @property {Object} logLevel.verbose - Styling for verbose level logs (empty object).
112
- * @property {Object} logLevel.debug - Styling for debug level logs.
113
- * @property {number} logLevel.debug.fg - Foreground color code for debug level logs (33).
114
- * @const DefaultTheme
94
+ * @const {Theme} DefaultTheme
115
95
  * @memberOf module:Logging
116
96
  */
117
97
  export declare const DefaultTheme: Theme;
118
98
  /**
119
- * @description Default configuration for logging.
99
+ * @description The default configuration for logging.
120
100
  * @summary Defines the default settings for the logging system, including verbosity, log level, styling, and timestamp format.
121
- * @const DefaultLoggingConfig
122
- * @typedef {LoggingConfig} DefaultLoggingConfig
123
- * @property {number} verbose - Verbosity level (0).
124
- * @property {LogLevel} level - Default log level (LogLevel.info).
125
- * @property {boolean} logLevel - Whether to display log level in output (true).
126
- * @property {LoggingMode} mode - Output format mode (LoggingMode.RAW).
127
- * @property {boolean} style - Whether to apply styling to log output (false).
128
- * @property {string} separator - Separator between log components (" - ").
129
- * @property {boolean} timestamp - Whether to include timestamps in log messages (true).
130
- * @property {string} timestampFormat - Format for timestamps ("HH:mm:ss.SSS").
131
- * @property {boolean} context - Whether to include context information in log messages (true).
132
- * @property {Theme} theme - The theme to use for styling log messages (DefaultTheme).
101
+ * @const {LoggingConfig} DefaultLoggingConfig
133
102
  * @memberOf module:Logging
134
103
  */
135
104
  export declare const DefaultLoggingConfig: LoggingConfig;