Priority P5
Bug ID 327
Assignee slf4j-dev@qos.ch
Summary Not able to resolve method org.apache.log4jCategory.getParent
Severity enhancement
Classification Unclassified
OS Windows NT
Reporter him_bhar@hotmail.com
Hardware PC
Status NEW
Version 1.7.x
Component log4j-over-slf4j
Product SLF4J

I am using a third-party API which internally uses a custom logger based on
log4j. Replacing the log4j with log4j-over-slf4j doesn't help as one of the
method is not present in the log4j-over-slf4j.

Can't share much of the trace as data sharing policy:

Caused by: java.lang.NoSuchMethodError:
org.apache.log4j.Logger.getParent()Lorg/apache/log4j/Category;

Verified the same in codebase of log4j-over-slf4j and this method getParent()
is not present in the jar.

Whereas for log4j v 1.2.17, this is present.

  public final Category getParent()
  {
    return this.parent;
  }


You are receiving this mail because: