17 #ifndef ILOGSTORAGESTATUS_HPP_
18 #define ILOGSTORAGESTATUS_HPP_
virtual ~ILogStorageStatus()
virtual std::size_t getConsumedVolume()=0
Returns amount of bytes collected logs are consumed.
virtual std::size_t getRecordsCount()=0
Returns the number of collected logs.
The public interface to represent the current log storage state.