-
Feature Request
-
Resolution: Done
-
Major
-
2.1.0.GA-jboss-logging
-
None
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