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

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@qos.ch ReportedBy: mrtnspllr@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.

http://bugzilla.slf4j.org/show_bug.cgi?id=217 Martin <mrtnspllr@googlemail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mrtnspllr@googlemail.com -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@pixie.qos.ch