[jboss-jira] [JBoss JIRA] Created: (JBLOGGING-21) make org.jboss.logging.filter.TCLFilter.isMatchingTCL() non-private for overriding purposes
Juergen none (JIRA)
jira-events at lists.jboss.org
Thu Jul 23 10:34:44 EDT 2009
make org.jboss.logging.filter.TCLFilter.isMatchingTCL() non-private for overriding purposes
-------------------------------------------------------------------------------------------
Key: JBLOGGING-21
URL: https://jira.jboss.org/jira/browse/JBLOGGING-21
Project: JBoss Logging
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: jboss-logging-log4j
Affects Versions: 2.1.0.GA-log4j
Environment: jboss-5.1.0.GA
Reporter: Juergen none
Assignee: Dimitris Andreadis
Attachments: RegExpTCLFilter.java
I wanted to override TCLFilter to implement a RegExpTCLFilter, but because org.jboss.logging.filter.TCLFilter.isMatchingTCL() is declared private I could not subclass TCLFilter and just override that method.
might be nice to change from private to protected
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list