Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-1003

Clover's Log4J handling is broken

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 3.1.1
    • 3.1.0
    • Instrumentation
    • None

    Description

      Log4j's interface has changed a bit since we coded support for it. It would work but our initialisation code looks for the wrong method signature

      clover.org.apache.log4j.Logger.log(clover.org.apache.log4j.Level, Object, Throwable)

      but should be looking for

      clover.org.apache.log4j.Category.log(clover.org.apache.log4j.Priority, Object, Throwable)

      Attachments

        Activity

          People

            mstudman Michael Studman (Inactive)
            mstudman Michael Studman (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: