[slf4j-dev] [Bug 104] XLogger does not implement Logger

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Fri Sep 26 10:31:02 CEST 2008


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


Ralph Goers <rgoers at apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rgoers at apache.org




--- Comment #1 from Ralph Goers <rgoers at apache.org>  2008-09-26 10:31:02 ---
XLogger was modified to implement Logger but the fix does not set the FQCN to
the XLogger class on the implemented methods. Thus the class, method and line
number will be set to the XLogger call to the underlying logger instead of the
caller of the XLogger.

Rather than fix this I suggest changing to use static methods taking a Logger
as the first parameter as was proposed when the enhancement was submitted. See
bug 86


-- 
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