add filename argument

This commit is contained in:
progre
2015-03-17 19:48:39 +09:00
parent 95d860879f
commit 2612cba592
+1
View File
@@ -64,6 +64,7 @@ declare module "log4js" {
export function shutdown(cb: Function): void;
export function configure(config: IConfig, options?: any): void;
export function configure(filename: string, options?: any): void;
export function setGlobalLogLevel(level: string): void;
export function setGlobalLogLevel(level: Level): void;