#include <BdsD.h>
Public Member Functions | |
Log (BUInt32 pid=BUInt32(), BTimeStamp ptime=BTimeStamp(), BString ptype=BString(), BUInt32 ppriority=BUInt32(), BString psubSystem=BString(), BString ptitle=BString(), BString pdescription=BString()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | getMembers (BDictString &members) |
Public Attributes | |
BUInt32 | id |
The unique id. | |
BTimeStamp | time |
The Time. | |
BString | type |
The Type. | |
BUInt32 | priority |
The priority 0 to 5. | |
BString | subSystem |
The SubSystem. | |
BString | title |
The Changes title. | |
BString | description |
The Description of the change. |
Bds::Log::Log | ( | BUInt32 | pid = BUInt32() , |
|
BTimeStamp | ptime = BTimeStamp() , |
|||
BString | ptype = BString() , |
|||
BUInt32 | ppriority = BUInt32() , |
|||
BString | psubSystem = BString() , |
|||
BString | ptitle = BString() , |
|||
BString | pdescription = BString() | |||
) |
BError Bds::Log::getMembers | ( | BDictString & | members | ) |
BString Bds::Log::getType | ( | ) |
BError Bds::Log::setMembers | ( | BDictString & | members | ) |
BString Bds::Log::description |
The Description of the change.
BUInt32 Bds::Log::id |
The unique id.
BUInt32 Bds::Log::priority |
The priority 0 to 5.
BString Bds::Log::subSystem |
The SubSystem.
BTimeStamp Bds::Log::time |
The Time.
BString Bds::Log::title |
The Changes title.
BString Bds::Log::type |
The Type.