[slf4j-dev] [Bug 217] New: migrator failed to replace commons-logging declaration

bugzilla-daemon at pixie.qos.ch bugzilla-daemon at pixie.qos.ch
Wed Mar 30 12:08:12 CEST 2011


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

           Summary: migrator failed to replace commons-logging declaration
           Product: SLF4J
           Version: 1.6.x
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: slf4j-migrator
        AssignedTo: slf4j-dev at qos.ch
        ReportedBy: mrtnspllr at googlemail.com


I tried to replace the following decalaration with the
slf4j-migrator-1.6.1.jar:

  private static final transient Log LOG = LogFactory
        .getLog(OptimiseDTOValidator.class);

the result was 

  private static final transient Logger LOG = LogFactory
        .getLog(OptimiseDTOValidator.class);


instead of 

  private static final transient Logger LOG = LoggerFactory
        .getLogger(OptimiseDTOValidator.class);

the changes to the imports section are OK.

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