Clover's Log4J handling is broken

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 3.1.1
    • Affects Version/s: 3.1.0
    • Component/s: Instrumentation
    • None

      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)

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

                Created:
                Updated:
                Resolved: