BdsApi 3.1.4
This is the Blacknest BDS API.
|
This holds information on a Log entry. More...
#include <BdsD.h>
Public Member Functions | |
Log (BUInt32 id=0, BTimeStamp time=BTimeStamp(), BString type=BString(), BUInt32 priority=0, BString subSystem=BString(), BString title=BString(), BString description=BString()) | |
BString | getType () |
BError | setMembers (BDictString &members) |
BError | setMember (BString name, BString value) |
BError | getMembers (BDictString &members) |
BError | getMember (BString name, BString &value) |
![]() | |
BObj () | |
virtual | ~BObj () |
virtual const char * | getType () const |
virtual const BObjMember * | getMembers () const |
virtual BError | getMembers (BDictString &members) |
virtual BError | getMember (BString name, BString &value) |
virtual BError | setMembers (BDictString &members) |
virtual BError | setMember (BString name, BString value) |
virtual void | membersPrint () const |
virtual BString | getDebugString () |
Public Attributes | |
BUInt32 | id |
The unique id. More... | |
BTimeStamp | time |
The Time. More... | |
BString | type |
The Type. More... | |
BUInt32 | priority |
The priority 0 to 5. More... | |
BString | subSystem |
The SubSystem. More... | |
BString | title |
The Changes title. More... | |
BString | description |
The Description of the change. More... | |
This holds information on a Log entry.
Log entries are added automatically and manually to the system. A system administartor can view these logs.
Bds::Log::Log | ( | BUInt32 | id = 0 , |
BTimeStamp | time = BTimeStamp() , |
||
BString | type = BString() , |
||
BUInt32 | priority = 0 , |
||
BString | subSystem = BString() , |
||
BString | title = BString() , |
||
BString | description = BString() |
||
) |
BString Bds::Log::getType | ( | ) |
|
virtual |
Reimplemented from BObj.
|
virtual |
Reimplemented from BObj.
BUInt32 Bds::Log::id |
The unique id.
BTimeStamp Bds::Log::time |
The Time.
BString Bds::Log::type |
The Type.
BUInt32 Bds::Log::priority |
The priority 0 to 5.
BString Bds::Log::subSystem |
The SubSystem.
BString Bds::Log::title |
The Changes title.
BString Bds::Log::description |
The Description of the change.