Skip to content

Commit 26a626d

Browse files
Merge remote-tracking branch 'origin/improvement/WRLGS-15' into w/8.2/improvement/WRLGS-15
2 parents 3f20997 + ede35ff commit 26a626d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ declare module 'werelogs' {
3030
warn(msg: string, data?: LogDictionary): void;
3131
error(msg: string, data?: LogDictionary): void;
3232
fatal(msg: string, data?: LogDictionary): void;
33+
addDefaultFields(fields: LogDictionary): LogDictionary;
3334
}
3435

3536
export class RequestLogger {

0 commit comments

Comments
 (0)