Description
ParameterizedMessage objects are capable of identifying throwables when provided as the last parameter in methods like:
void info(String message, Object... params);
but they are not properly logged. In addition, for some Logger methods, a throwable may be specified more than once for Message types that support throwables:
void info(Message msg, Throwable t);