Skip to content

Commit

Permalink
type: corrected Recording interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lamweili committed Jul 26, 2022
1 parent 11d4c22 commit 387e712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/log4js.d.ts
Expand Up @@ -400,7 +400,7 @@ export interface Configuration {
}

export interface Recording {
configure(loggingEvent: LoggingEvent): void;
configure(): AppenderFunction;
replay(): LoggingEvent[];
playback(): LoggingEvent[];
reset(): void;
Expand Down

0 comments on commit 387e712

Please sign in to comment.