File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
log4j-core/src/main/java/org/apache/logging/log4j/core/filter Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,8 @@ public boolean hasFilter() {
145145 /**
146146 * Determine if the LogEvent should be processed or ignored.
147147 * @param event The LogEvent.
148- * @return true if the LogEvent should be processed.
148+ * @return {@code true} if the event is filtered and should be ignored; otherwise, {@code false} if
149+ * it should be processed
149150 */
150151 @ Override
151152 public boolean isFiltered (final LogEvent event ) {
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <entry xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xmlns =" https://logging.apache.org/xml/ns"
4+ xsi : schemaLocation =" https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+ type =" fixed" >
6+ <issue id =" 3300" link =" https://github.com/apache/logging-log4j2/issues/3300" />
7+ <description format =" asciidoc" >
8+ Corrected @return javadoc for AbstractFilterable#isFiltered().
9+ </description >
10+ </entry >
You can’t perform that action at this time.
0 commit comments