Public Member Functions | |
| LogCacheInfo (long startPos, int length) | |
| LogCacheInfo () | |
Public Attributes | |
| long | start |
| int | len |
An entry in the cache on disk.
We need this object in order to be able to delete log from the cache.
| com::cosylab::logging::client::cache::LogFileCache::LogCacheInfo::LogCacheInfo | ( | long | startPos, | |
| int | length | |||
| ) | [inline] |
Create LogCacheInfo marked as not deleted
| startPos | The starting position in the file on disk | |
| length | The length of the string the file on disk |
| com::cosylab::logging::client::cache::LogFileCache::LogCacheInfo::LogCacheInfo | ( | ) | [inline] |
Empty constructor
The length of the string in the file
Referenced by com::cosylab::logging::client::cache::LogFileCache::getLogAsString(), and LogCacheInfo().
Starting position in the file
Referenced by com::cosylab::logging::client::cache::LogFileCache::getLogAsString(), and LogCacheInfo().
1.6.2