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: [email protected]
        ReportedBy: [email protected]


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.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev

Reply via email to