Update log4javascript.d.ts (#9324)

Method getEffectiveAppenders() added
see https://sourceforge.net/projects/log4javascript/files/1.4.13/log4javascript-1.4.13.zip/download, file log4javascript_uncompressed.js, line 540
This commit is contained in:
Markus Wagner
2016-05-14 19:37:38 +02:00
committed by Masahiro Wakame
parent acdc2d397c
commit 3644ba6e4f

View File

@@ -1,4 +1,4 @@
// Type definitions for log4javascript v1.4.10
// Type definitions for log4javascript v1.4.13
// Project: http://log4javascript.org/
// Definitions by: Markus Wagner <https://github.com/Ritzlgrmft/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@@ -126,6 +126,11 @@ declare namespace log4javascript {
*/
removeAllAppenders(): void;
/**
* Returns all appenders which will log a message.
*/
getEffectiveAppenders(): Appender[];
/**
* Sets the level. Log messages of a lower level than level will not be logged. Default value is DEBUG.
*/