mirror of
https://github.com/log4js-node/log4js-node.git
synced 2025-12-08 19:26:01 +00:00
type: corrected Recording interface
This commit is contained in:
parent
11d4c2243a
commit
387e7123cb
2
types/log4js.d.ts
vendored
2
types/log4js.d.ts
vendored
@ -400,7 +400,7 @@ export interface Configuration {
|
||||
}
|
||||
|
||||
export interface Recording {
|
||||
configure(loggingEvent: LoggingEvent): void;
|
||||
configure(): AppenderFunction;
|
||||
replay(): LoggingEvent[];
|
||||
playback(): LoggingEvent[];
|
||||
reset(): void;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user