[
https://issues.apache.org/jira/browse/LOG4J2-2977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17256026#comment-17256026
]
Matt Sicker commented on LOG4J2-2977:
-------------------------------------
Usually we mark issues as resolved once the PR or patch has been merged. And as
for the plugin system, basically, any mega-factory method (i.e., any static
factories with more than about two or three arguments) have slowly been
migrated to the builder class annotation pattern which is more flexible for
adding options over time, setting non-trivial default values, and avoiding the
need to maintain deprecated methods for backwards compatibility in scenarios
where users modify their configuration programmatically.
> Documentation for code to create a FileAppender is out of date
> --------------------------------------------------------------
>
> Key: LOG4J2-2977
> URL: https://issues.apache.org/jira/browse/LOG4J2-2977
> Project: Log4j 2
> Issue Type: Improvement
> Components: Configuration
> Affects Versions: 2.13.3
> Environment: Please update the documentation with code that
> successfully can create a FileAppender
> Reporter: Bryan Pauquette
> Assignee: Ron Grabowski
> Priority: Minor
> Attachments: image-2020-12-14-09-23-04-411.png
>
>
> [http://logging.apache.org/log4j/2.x/manual/customconfig.html#AddingToCurrent]
>
> Appears to be out of date because the createLayout method is no longer
> available.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)