Uses of Class
org.apache.solr.util.ErrorLogMuter
-
Packages that use ErrorLogMuter Package Description org.apache.solr.util Misc utilities useful when implementing test cases. -
-
Uses of ErrorLogMuter in org.apache.solr.util
Methods in org.apache.solr.util that return ErrorLogMuter Modifier and Type Method Description static ErrorLogMuterErrorLogMuter. regex(String regex)Mutes ERROR log messages that partially match the specified regex.static ErrorLogMuterErrorLogMuter. regex(Pattern pat)Mutes ERROR log messages that partially match the specified regex.static ErrorLogMuterErrorLogMuter. substring(String substr)Mutes ERROR log messages that contain the input as a substring
-