[slf4j-dev] [Bug 114] class/line/method pattern layout not correct with XLogger debug/ info/warn/error
bugzilla-daemon at pixie.qos.ch
bugzilla-daemon at pixie.qos.ch
Thu Nov 20 14:37:30 CET 2008
http://bugzilla.slf4j.org/show_bug.cgi?id=114
Ceki Gulcu <listid at qos.ch> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Ceki Gulcu <listid at qos.ch> 2008-11-20 14:37:30 ---
If class B extends A, assuming B does not override method x(), the caller
of new B().x() is A and not B
More specifically, XLogger extends LoggerWrapper. When calling xlogger.debug
where debug is a method defined in LoggerWrapper not overridden in XLogger, the
caller is LoggerWrapper and not XLogger.
Fixed in revision 1240.
--
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the slf4j-dev
mailing list