
http://bugzilla.slf4j.org/show_bug.cgi?id=243 Summary: XLogger entry, exit, etc. do not support non LocationAwareLoggers Product: SLF4J Version: 1.6.x Platform: PC OS/Version: Mac OS X 10.3 Status: NEW Severity: blocker Priority: P1 Component: slf4j-ext AssignedTo: slf4j-dev@qos.ch ReportedBy: git@netcc.us 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... -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.