Priority | P5 |
---|---|
Bug ID | 308 |
Assignee | slf4j-dev@qos.ch |
Summary | ErrorHandler should be an "interface", not a "class" - causes IncompatibleClassChangeError |
Severity | enhancement |
Classification | Unclassified |
OS | Windows NT |
Reporter | brett.vasconcellos@bidstrading.com |
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.