[
https://issues.apache.org/jira/browse/LOG4J2-1136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14934910#comment-14934910
]
Remko Popma commented on LOG4J2-1136:
-------------------------------------
I would avoid creating an abstract super class until absolutely necessary. I
actively dislike creating such classes just for the sake of it.
AbstractRolloverStrategy is a good example of what I would consider an
anti-pattern: we created a component (StatusLogger) so we can use composition
instead of inheritance, and then we throw away that advantage and create a
superclass just to have that component available...
> Add support for JSR 223 scripts in filters and the PatternSelector.
> -------------------------------------------------------------------
>
> Key: LOG4J2-1136
> URL: https://issues.apache.org/jira/browse/LOG4J2-1136
> Project: Log4j 2
> Issue Type: New Feature
> Components: Filters, Layouts
> Affects Versions: 2.4
> Reporter: Ralph Goers
> Assignee: Ralph Goers
> Fix For: 2.4.1
>
>
> Sometimes more flexibility is required in filtering and in selecting a
> pattern for the PatternLayout. This enhancement provides support for JSR 223
> scripts.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]