BoilerPlate-LightweightLogging Service OMG Formal/03-11-03 |
#include <IdxRecordId.h>
Logs are archived by their start time. This structure records the starting record id and ending record id of an archive. The same information for the current active log is tracked in the Momento index.
Public Attributes | |
CosLwLog::RecordId | start_rcd_id |
The Log's starting record id. | |
CosLwLog::RecordId | stop_rcd_id |
The Log's ending record id. | |
unsigned long | start_seconds |
The Log's starting time in seconds. | |
unsigned long | start_nanos |
The Log's starting time refined in nano seconds. | |
unsigned long | end_seconds |
The time in seconds of the last record in the Log. | |
unsigned long | end_nanos |
The time refined to nanoseconds of the last record in the Log. |
|
The time refined to nanoseconds of the last record in the Log.
|
|
The time in seconds of the last record in the Log.
|
|
The Log's starting time refined in nano seconds.
|
|
The Log's starting record id.
|
|
The Log's starting time in seconds.
|
|
The Log's ending record id.
|
Copyright © BoilerPlate.org | Generated on Tue Nov 30 16:33:06 2004 for BoilerPlate CosLightweightLogging Service by 1.3.7 |