Class AllLogEntryMatcher

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

public class AllLogEntryMatcher extends Object implements LogEntryMatcher
A matcher that returns all the log entries. Use with caution, as this might lead to heavy memory usage without wrapping it with a proper filter.
Author:
kimchy
See Also: