Details
-
Bug
-
Resolution: Unresolved
-
None
-
1.6.x
-
None
-
Operating System: Mac OS X 10.3
Platform: PC
-
blocker
-
P1
-
243
Description
Calls to entry, exit, etc. are silently ignored for non LocationAwareLoggers. These methods have an outer if statement that checks for instanceofLAL without a corresponding else.
For example, see:
https://github.com/ceki/slf4j/blob/v_1.6.2/slf4j-ext/src/main/java/org/slf4j/ext/XLogger.java#L95