Package | Description |
---|---|
org.apache.oozie.util |
Modifier and Type | Method and Description |
---|---|
protected LogLine |
TimestampedMessageParser.parseNextLogLine()
Reads the next line from the Reader and checks if it matches the filter.
|
protected LogLine |
SimpleTimestampedMessageParser.parseNextLogLine()
This implementation simply returns the next line from the Reader.
|
Modifier and Type | Method and Description |
---|---|
void |
XLogFilter.splitLogMessage(LogLine logLine,
Pattern splitPattern)
If
logLine matches with splitPattern ,
Split the log line into timestamp, logLevel and remaining log
message.
Record the parts of message in logLine to avoid regex
matching in future.
Record the pattern to which logLine has matched.
|
boolean |
XLogFilter.splitsMatches(LogLine logLine)
Checks if the logLevel and logMessage goes through the logFilter.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.