diff --git a/types/log4js.d.ts b/types/log4js.d.ts index fb5b1d7..1720ca1 100644 --- a/types/log4js.d.ts +++ b/types/log4js.d.ts @@ -424,7 +424,7 @@ export interface Configuration { disableClustering?: boolean; } -export interface Logger { +export class Logger { new(dispatch: Function, name: string): Logger; level: string;