Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-208

migrator failed to replace commons-logging declaration

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • None
    • 1.6.x
    • slf4j-migrator
    • None
    • Operating System: Windows XP
      Platform: PC

    Description

      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.

      Attachments

        Activity

          People

            slf4j-dev SLF4J developers list
            mrtnspllr@googlemail.com Martin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: