diff --git a/types/log4js.d.ts b/types/log4js.d.ts index b9b68ce..01c48eb 100644 --- a/types/log4js.d.ts +++ b/types/log4js.d.ts @@ -415,8 +415,6 @@ export interface Configuration { } export interface Logger { - setLevel(level: string): void; - setLevel(level: Level): void; new(dispatch: Function, name: string): Logger; level: string;