[slf4j-dev] [Bug 237] New: NoSuchMethodError LogManager.getLoggerRepository

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Tue Aug 30 17:20:16 CEST 2011


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

           Summary: NoSuchMethodError LogManager.getLoggerRepository
           Product: SLF4J
           Version: 1.6.x
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: log4j-over-slf4j
        AssignedTo: slf4j-dev at qos.ch
        ReportedBy: jasperv at topdesk.com


I ran into a NoSuchMethodError when I incorporated a dependency which called
the log4j LogManager.getLoggerRepository directly. I managed to solve it's
absence by creating my own implementation of the LogManager class with a NOP
getLoggerRepository method.

In bug report 202 the absence of this method was also noted, but deemed
invalid.
Might I ask why this method will not be included in the bridge? Other NOP
methods have been included so why not this one?

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