|
roo_monitoring
API Documentation for roo_monitoring
|
Cursor used when seeking through multiple log files. More...
#include <log.h>
Public Member Functions | |
| LogCursor () | |
| Creates a cursor at the start of the log sequence. | |
| LogCursor (int64_t file, int64_t position) | |
| Creates a cursor for a specific file and position. | |
| int64_t | file () const |
| Returns the file timestamp associated with the cursor. | |
| int64_t | position () const |
| Returns the byte position within the file. | |
|
inline |
|
inline |
|
inline |
Returns the file timestamp associated with the cursor.
Definition at line 104 of file log.h.
Referenced by roo_monitoring::LogReader::seek().
|
inline |
Returns the byte position within the file.
Definition at line 106 of file log.h.
Referenced by roo_monitoring::LogReader::seek().