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.