-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
Currently a switch statement is used when levels are translated from a JBoss Logging level to the back end log level. This will likely perform better as an if/else block with the mostly likely used level at the top of the comparison.
- is incorporated by
-
JBEAP-9725 (7.0.z) JBLOGGING-124 - Change switch statements to if/else blocks when translating levels
- Closed