We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6b60a commit 4013984Copy full SHA for 4013984
log4j-core/src/main/java/org/apache/logging/log4j/core/filter/StringMatchFilter.java
@@ -240,9 +240,9 @@ public static class Builder extends AbstractFilterBuilder<StringMatchFilter.Buil
240
private String text = "";
241
242
/**
243
- * Sets the text to match.
244
- * @param text the text to match.
245
- * @return this
+ * Sets the text to search in event messages.
+ * @param text the text to search in event messages.
+ * @return this instance.
246
*/
247
public StringMatchFilter.Builder setMatchString(final String text) {
248
this.text = text;
0 commit comments