-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
We use jboss-logging with a custom SLF4J implementation that does not implement LocationAwareLogger. We have exception tracing on and see a ClassCastException in org.jboss.logging.Slf4jLoggerProvider#getLogger(String) for every logger we look up.
We did some preliminary microbenchmarks and can see no differences between unconditionally casting and catching Throwable vs an instanceof, both in cases where the check succeeds and where is fails. Having said the class hierarchies we tested are slightly different from actual SLF4J class hierarchies.
- is incorporated by
-
WFCORE-4579 Upgrade jboss-logging from 3.4.0.Final to 3.4.1.Final
- Closed