public interface ILogTail
Modifier and Type | Method and Description |
---|---|
List<String> |
getData()
Gets the last block(s) of the errorLog.
|
String |
getLogFilePath()
Gets the log file path.
|
long |
getOffset()
Gets the offset required to get the next block when it becomes available.
|
String getLogFilePath()
By default, it's set to null, which is not valid.
long getOffset()
By default, it is set to -1, which is not valid (same as not setting the offset).
Copyright © 2017 Perforce Software. All Rights Reserved.