We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4583fc1 + 2d09bcc commit 145d056Copy full SHA for 145d056
packages/lambda-powertools-correlation-ids/index.d.ts
@@ -22,4 +22,10 @@ declare class dazn__lambda_powertools_correlation_ids {
22
static replaceAllWith(ctx: IContext): void;
23
24
static set(key: string, value: any): void;
25
+
26
+ get debugLoggingEnabled(): boolean;
27
+ set debugLoggingEnabled(enabled: boolean);
28
29
+ static get debugLoggingEnabled(): boolean;
30
+ static set debugLoggingEnabled(enabled: boolean);
31
}
0 commit comments