Package | Description |
---|---|
org.apache.solr.util |
Misc utilities useful when implementing test cases.
|
Modifier and Type | Method and Description |
---|---|
static ErrorLogMuter |
ErrorLogMuter.regex(Pattern pat)
Mutes ERROR log messages that partially match the specified regex.
|
static ErrorLogMuter |
ErrorLogMuter.regex(String regex)
Mutes ERROR log messages that partially match the specified regex.
|
static ErrorLogMuter |
ErrorLogMuter.substring(String substr)
Mutes ERROR log messages that contain the input as a substring
|
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.