Class ContainsStringLogEntryMatcher

java.lang.Object
com.gigaspaces.log.LogEntryMatcherFilter
com.gigaspaces.log.ContainsStringLogEntryMatcher
All Implemented Interfaces:
LogEntryMatcher, Serializable

public class ContainsStringLogEntryMatcher extends LogEntryMatcherFilter
A matcher filter that will filter out all log entries that do not contain the provided string.
Author:
kimchy
See Also: