Skip to content

fixed bugs where messages but not stacktraces where displayed

Latest
Compare
Choose a tag to compare
@danthe1st danthe1st released this 04 Sep 15:46
1.1.10
8c55fce

Bug fixes

NDSLF4JLogger#*(String,Object,Object) ignored exceptions

If a SLF4J logger method with the parameters String, Object and Object was called and the last object was an exception, the stack trace was not printed before this version.

Low-Level messages with exception passed printed

NDLogger#log(LogType,String,Throwable) logged the text if the log level was too low.

The stack trace was not logged.