mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
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:
committed by
Masahiro Wakame
parent
acdc2d397c
commit
3644ba6e4f
7
log4javascript/log4javascript.d.ts
vendored
7
log4javascript/log4javascript.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user