Jeff Thomas created LOG4J2-3683: ----------------------------------- Summary: 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
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)