mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
add filename argument
This commit is contained in:
Vendored
+1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user