jstachio / rainbowgum

Fast, Small, JDK 21+, GraalVM native friendly SLF4J logging framework
BSD 3-Clause "New" or "Revised" License
58 stars 3 forks source link

Throwable as last argument for SLF4J was not being handled correctly (ignored). #121

Closed agentgt closed 2 months ago

agentgt commented 2 months ago

Log statements like:

log.info("ex {} {} {}", "one", "two", exception);

Should render like:

info one two {}
exception info here

But does not as of 0.6.0.