We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f20997 + ede35ff commit 26a626dCopy full SHA for 26a626d
index.d.ts
@@ -30,6 +30,7 @@ declare module 'werelogs' {
30
warn(msg: string, data?: LogDictionary): void;
31
error(msg: string, data?: LogDictionary): void;
32
fatal(msg: string, data?: LogDictionary): void;
33
+ addDefaultFields(fields: LogDictionary): LogDictionary;
34
}
35
36
export class RequestLogger {
0 commit comments