[ https://issues.apache.org/jira/browse/LOG4J2-3683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17841871#comment-17841871 ]
Volkan Yazici commented on LOG4J2-3683: --------------------------------------- Thanks so much for the heads up [~JWT007]. I fixed the issue in 21ad7be2f7f08118cc5022c8e6ce2e4555b008d4. > Typo in API LoggerConfig.RootLogger#withtFilter > ----------------------------------------------- > > Key: LOG4J2-3683 > URL: https://issues.apache.org/jira/browse/LOG4J2-3683 > Project: Log4j 2 > Issue Type: Bug > Components: API > Affects Versions: 2.23.0 > Reporter: Jeff Thomas > Priority: Minor > > In LoggerConfig.RootLogger there is a typo in the method name "withtFilter". > (extra "t") > {code:java} > public B withtFilter(final Filter filter) { > this.filter = filter; > return asBuilder(); > }{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)