http://bugzilla.slf4j.org/show_bug.cgi?id=308
Priority: P5
Bug ID: 308
Assignee: [email protected]
Summary: ErrorHandler should be an "interface", not a "class" -
causes IncompatibleClassChangeError
Severity: enhancement
Classification: Unclassified
OS: Windows NT
Reporter: [email protected]
Hardware: PC
Status: NEW
Version: unspecified
Component: log4j-over-slf4j
Product: SLF4J
If log4j-over-slf4j is used with code that has a class that "implement
ErrorHandler", the class cannot be loaded and results in an
IncompatibleClassChangeError
Changing the "class" keyword to "interface" in ErrorHandler.java fixes the
problem.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/slf4j-dev