[slf4j-dev] [Bug 4] New: Logger.error(String) in Log4jLoggerAdapter

bugzilla-daemon at gil.qos.ch bugzilla-daemon at gil.qos.ch
Sun Nov 20 00:18:54 CET 2005


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

           Summary: Logger.error(String) in Log4jLoggerAdapter
           Product: SLF4J
           Version: unspecified
          Platform: PC
               URL: http://svn.slf4j.org/viewcvs/slf4j/trunk/src/java/org/sl
                    f4j/impl/Log4jLoggerAdapter.java?view=markup
        OS/Version: Windows XP
            Status: NEW
          Severity: minor
          Priority: P4
         Component: Implementations
        AssignedTo: dev at slf4j.org
        ReportedBy: christian.beil at web.de


Hi guys,
I just wondered that method Logger.error(String) doesn't do anything when log4j
implementation is used, although method Logger.error(String,Throwable) did work.
So I looked in the SVN source of class Log4jLoggerAdapter. 
The method is implemented like this:
public void error(String msg) {
    logger.equals(msg);
 }
Obvious that it doesn't do anything.
Regards,
Christian Beil

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the slf4j-dev mailing list