@zuplo/runtime 6.65.4 → 6.65.5
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/out/types/index.d.ts
CHANGED
|
@@ -5122,7 +5122,9 @@ export declare interface Logger extends SystemLogger {
|
|
|
5122
5122
|
* }
|
|
5123
5123
|
* ```
|
|
5124
5124
|
*/
|
|
5125
|
-
setLogProperties(
|
|
5125
|
+
setLogProperties?(
|
|
5126
|
+
properties: Record<string, string | number | boolean>
|
|
5127
|
+
): void;
|
|
5126
5128
|
}
|
|
5127
5129
|
|
|
5128
5130
|
/* Excluded from this release type: LoggingContext */
|
|
@@ -823,7 +823,9 @@ declare interface Logger extends BaseLogger {
|
|
|
823
823
|
* }
|
|
824
824
|
* ```
|
|
825
825
|
*/
|
|
826
|
-
setLogProperties(
|
|
826
|
+
setLogProperties?(
|
|
827
|
+
properties: Record<string, string | number | boolean>
|
|
828
|
+
): void;
|
|
827
829
|
}
|
|
828
830
|
|
|
829
831
|
/**
|