public class FirstFileLogEntryMatcher extends LogEntryMatcherFilter
LogEntryMatcher.InitializationContext, LogEntryMatcher.Operation
Constructor and Description |
---|
FirstFileLogEntryMatcher() |
FirstFileLogEntryMatcher(LogEntryMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
protected LogEntryMatcher.Operation |
filter(LogEntry entry)
Should the operation be filtered or not.
|
protected boolean |
filterJustLogs()
Should this filter only filter log type entries.
|
entries, initialize, match
public FirstFileLogEntryMatcher()
public FirstFileLogEntryMatcher(LogEntryMatcher matcher)
protected boolean filterJustLogs()
LogEntryMatcherFilter
true
.filterJustLogs
in class LogEntryMatcherFilter
protected LogEntryMatcher.Operation filter(LogEntry entry)
LogEntryMatcherFilter
LogEntryMatcher.Operation.BREAK
in order to
break and finish the matching process. LogEntryMatcher.Operation.IGNORE
to ignore the current log entry (so it won't be passed to the delegated matcher). And LogEntryMatcher.Operation.CONTINUE
to pass the current log entry to the
delegated matcher.filter
in class LogEntryMatcherFilter
Copyright © GigaSpaces.