http://bugzilla.slf4j.org/show_bug.cgi?id=114


Ceki Gulcu <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED




--- Comment #3 from Ceki Gulcu <[EMAIL PROTECTED]>  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.
_______________________________________________
dev mailing list
dev@slf4j.org
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to