Package com.gigaspaces.log
package com.gigaspaces.log
-
ClassDescriptionA matcher filter that will return log entries that happened from (after) the provided log entry.A matcher filter that will match only on log entries that occurred after the specified time.A matcher that returns all the log entries.A matcher filter that will return log entries that happened till the provided log entry.A matcher filter that will match only on log entries that occurred before the specified time.A marker interface for a specific
LogEntryMatchermarking it as needed to have extra processing step when it is received on the client side.Holds a list ofLogEntries.A matcher filter that will filter out all log entries that do not contain the provided string.A reusable matcher (not thread safe) which accepts a matcher that returns the log entries for the first call, and for any other call, aAfterEntryLogEntryMatcherwill be used with the last log entry returned.A matcher that will be executed only on the first log file.A forward chunk that iterates over all the log files, from start to end.Returns the last N log entries.A collection of log entries, including meta information such as process id, host information.Represents a log entry.The type of the log entry.A matcher allowing to control the traversal of the log file.A base class for entry matchers that act as filters to a delegated matcher.A set of static construction methods forLogEntryMatchers.The type of process that generated the log.A log entry matcher filter that matches on nothing.A log entry matcher filter that will match on log entries which match on the given regular expression.A streaming log entry matcher that allows to traverse the log entries in a streaming manner in a reverse order.A log entry matcher filter that matches on logs that only exists within the same log file.A matcher that returns only stores the last N entries but does not break (basically, will return the last N elements processed).A marker interface indicating that a log entry matcher can be used for streaming (i.e.