Package | Description |
---|---|
com.lightysoft.logmx.mgr |
Package containing abstract classes that Parsers and Managers have to extend
|
Modifier and Type | Method and Description |
---|---|
LogFileInfo |
LogFileManager.getCurrentFileInfo()
Called periodically by LogMX to get the current file size and date.
This method is not abstract or final , so that most Managers may
not have to override (i.e. |
abstract LogFileInfo |
LogFileManager.prepareForReading()
Called by LogMX to open the resource previously specified by
LogFileManager.init(LogURL, String)
to get ready to read this underlying resource, and return information on this resource (size and date).If the Manager is not able to get the number of bytes to read, it can return a negative number. |
Copyright © 2017 LightySoft. All rights reserved. [LogMX v6.0.2 (November 20, 2017)]