Interface LineLogFormat
-
- All Known Implementing Classes:
RundeckLogFormat
public interface LineLogFormat$INTERFACE is ... User: greg Date: 5/21/13 Time: 6:05 PM
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceLineLogFormat.FormatItem
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineLogFormat.FormatItemparseLine(java.lang.String line)longseekBackwards(java.io.File file, int count)
-
-
-
Method Detail
-
parseLine
LineLogFormat.FormatItem parseLine(java.lang.String line)
-
seekBackwards
long seekBackwards(java.io.File file, int count)
-
-