public static class LineReaderUtil.LevelLineReader extends LineReader
LogLevel.| Modifier and Type | Field and Description |
|---|---|
protected String |
level |
file, id, lastModified, length, log, offstReader, parent, reader| Constructor and Description |
|---|
LineReaderUtil.LevelLineReader(File file,
OffsetReader offsetReader,
LogLevel level) |
LineReaderUtil.LevelLineReader(LineReader parent,
OffsetReader offsetReader,
LogLevel level) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
match(String line)
Matcher of line for this reader.
|
String |
toString() |
close, ensureOpen, finalize, getFile, getId, getNbLines, getOffsetReader, getParent, isOpen, isUpToDate, open, readLine, readLine, readLine2, readLine2, setId, updateprotected String level
public LineReaderUtil.LevelLineReader(File file, OffsetReader offsetReader, LogLevel level)
public LineReaderUtil.LevelLineReader(LineReader parent, OffsetReader offsetReader, LogLevel level)
public boolean match(String line)
LineReadermatch in class LineReaderline - the line to be accepted by this line readertrue if the line must be used,false
otherwisepublic String toString()
toString in class LineReaderCopyright © 1999-2013 CodeLutin. All Rights Reserved.