Log information structure.  
 More...
|  | 
| int | capacity | 
|  | Maximum number of entries in the record ring buffer. 
 | 
|  | 
| int | oldestRecord | 
|  | Pointer to the oldest log entry; -1 if the log is empty. 
 | 
|  | 
| int | newestRecord | 
|  | Pointer to the newest log entry; -1 if the log is empty. 
 | 
|  | 
| int | totalEventCount | 
|  | Total number of events logged. 
 | 
|  | 
Log information structure. 
The documentation for this struct was generated from the following file: