diff --git a/types/log4js.d.ts b/types/log4js.d.ts index 7ae36f5..9e7e143 100644 --- a/types/log4js.d.ts +++ b/types/log4js.d.ts @@ -264,6 +264,7 @@ export interface Levels { OFF: Level; levels: Level[]; getLevel(level: string): Level; + addLevels(customLevels: object): void; } export interface Configuration {