Package | Description |
---|---|
com.lightysoft.logmx.mgr |
Package containing abstract classes that Parsers and Managers have to extend
|
Modifier and Type | Method and Description |
---|---|
abstract AutoRefreshLineInfo |
LogFileManager.readLineAtOffset(long pOffset)
Called by LogMX to read the line of text starting at the specified offset.
Only Managers supporting Auto Refresh must implement this method, others should return null . |
AutoRefreshLineInfo |
LogStreamManager.readLineAtOffset(long pOffset)
Method overriding parent method
LogFileManager.readLineAtOffset(long) to always throw UnsupportedOperationException |
Copyright © 2017 LightySoft. All rights reserved. [LogMX v6.0.2 (November 20, 2017)]