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