| Package | Description | 
|---|---|
| com.gigaspaces.log | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AfterEntryLogEntryMatcherA matcher filter that will return log entries that happened from (after) the provided log entry. | 
| class  | AfterTimeLogEntryMatcherA matcher filter that will match only on log entries that occurred after the specified time. | 
| class  | BeforeEntryLogEntryMatcherA matcher filter that will return log entries that happened till the provided log entry. | 
| class  | BeforeTimeLogEntryMatcherA matcher filter that will match only on log entries that occurred before the specified time. | 
| class  | ContainsStringLogEntryMatcherA matcher filter that will filter out all log entries that do not contain the provided string. | 
| class  | FirstFileLogEntryMatcherA matcher that will be executed only on the first log file. | 
| class  | LastNLogEntryMatcherReturns the last N log entries. | 
| class  | NoneLogEntryMatcherA log entry matcher filter that matches on nothing. | 
| class  | RegexLogEntryMatcherA log entry matcher filter that will match on log entries which match on the given regular
 expression. | 
| class  | SameFileLogEntryMatcherA log entry matcher filter that matches on logs that only exists within the same log file. | 
Copyright © GigaSpaces.