type: corrected Recording interface

This commit is contained in:
Lam Wei Li 2022-07-26 15:43:09 +08:00 committed by GitHub
parent 11d4c2243a
commit 387e7123cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/log4js.d.ts vendored
View File

@ -400,7 +400,7 @@ export interface Configuration {
}
export interface Recording {
configure(loggingEvent: LoggingEvent): void;
configure(): AppenderFunction;
replay(): LoggingEvent[];
playback(): LoggingEvent[];
reset(): void;