Update log4javascript.d.ts (#9081)

constructor for LoggingEvent added
This commit is contained in:
Markus Wagner
2016-04-23 17:04:01 +02:00
committed by Masahiro Wakame
parent 250c3afd48
commit 2d448c0a31

View File

@@ -274,6 +274,8 @@ declare namespace log4javascript {
messages: any[];
exception: Error;
constructor(logger: Logger, timeStamp: Date, level: Level, messages: string[], exception?: Error);
getThrowableStrRep: () => string;
getCombinedMessages: () => string;
toString: () => string;