BdsApi
2.2.5
This is the Blacknest BDS API.
|
This defines the selection cirteria when requesting a set of log entries. More...
#include <BdsD.h>
Public Member Functions | |
LogSelect (BTimeStamp startTime=BTimeStamp(), BString type=BString(), BUInt32 priority=0, BString subSystem=BString()) | |
Public Attributes | |
BTimeStamp | startTime |
The start time. More... | |
BString | type |
The Type. More... | |
BUInt32 | priority |
The priority 0 to 5. More... | |
BString | subSystem |
The SubSystem. More... | |
This defines the selection cirteria when requesting a set of log entries.
Bds::LogSelect::LogSelect | ( | BTimeStamp | startTime = BTimeStamp() , |
BString | type = BString() , |
||
BUInt32 | priority = 0 , |
||
BString | subSystem = BString() |
||
) |
BUInt32 Bds::LogSelect::priority |
The priority 0 to 5.
BTimeStamp Bds::LogSelect::startTime |
The start time.
BString Bds::LogSelect::subSystem |
The SubSystem.
BString Bds::LogSelect::type |
The Type.