diff --git a/types/log4js.d.ts b/types/log4js.d.ts index cb22ffa2..7606fcb7 100644 --- a/types/log4js.d.ts +++ b/types/log4js.d.ts @@ -400,7 +400,7 @@ export interface Configuration { } export interface Recording { - configure(loggingEvent: LoggingEvent): void; + configure(): AppenderFunction; replay(): LoggingEvent[]; playback(): LoggingEvent[]; reset(): void;