Bug 50930 - org.apache.log4jPriority methods toString(), toInt() and getSyslogEquivalent() should not be 'final'
Summary: org.apache.log4jPriority methods toString(), toInt() and getSyslogEquivalent(...
Status: NEW
Alias: None
Product: Log4j - Now in Jira
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.2
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: log4j-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 13:27 UTC by gregor
Modified: 2011-03-14 13:27 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.