Bug 50930

Summary: org.apache.log4jPriority methods toString(), toInt() and getSyslogEquivalent() should not be 'final'
Product: Log4j - Now in Jira Reporter: gregor
Component: OtherAssignee: log4j-dev <log4j-dev>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 1.2   
Target Milestone: ---   
Hardware: All   
OS: All   

Description gregor 2011-03-14 13:27:09 UTC
Because these methods are marked 'final', it is not possible to create a custom subclass of Level that allows for thread-local overriding of the log level, which would be highly useful.