Skip to content

Commit

Permalink
fix(types): add LogEvent.serialise
Browse files Browse the repository at this point in the history
  • Loading branch information
marrowleaves committed May 25, 2022
1 parent d7d056f commit 1849868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/log4js.d.ts
Expand Up @@ -71,6 +71,7 @@ export interface LoggingEvent {
lineNumber?: number;
columnNumber?: number;
callStack?: string;
serialise(): string;
}

export type Token = ((logEvent: LoggingEvent) => string) | string;
Expand Down

0 comments on commit 1849868

Please sign in to comment.