Account
| BdsApi 2.0.11 |
Bds::Log Class Reference
This holds information on a Note. More...
#include <BdsD.h>
Inheritance diagram for Bds::Log:
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) |
Public Member Functions inherited from BObj | |
| BObj () | |
| virtual | ~BObj () |
| virtual const char * | getType () const |
| virtual const BObjMember * | getMembers () const |
| 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... | |
Detailed Description
This holds information on a Note.
Constructor & Destructor Documentation
◆ Log()
| Bds::Log::Log | ( | BUInt32 | id = 0, |
| BTimeStamp | time = BTimeStamp(), | ||
| BString | type = BString(), | ||
| BUInt32 | priority = 0, | ||
| BString | subSystem = BString(), | ||
| BString | title = BString(), | ||
| BString | description = BString() | ||
| ) |
Member Function Documentation
◆ getMember()
◆ getMembers()
| virtual |
Reimplemented from BObj.
◆ getType()
| BString Bds::Log::getType | ( | ) |
◆ setMember()
◆ setMembers()
| virtual |
Reimplemented from BObj.
Member Data Documentation
◆ description
| BString Bds::Log::description |
The Description of the change.
◆ id
| BUInt32 Bds::Log::id |
The unique id.
◆ priority
| BUInt32 Bds::Log::priority |
The priority 0 to 5.
◆ subSystem
| BString Bds::Log::subSystem |
The SubSystem.
◆ time
| BTimeStamp Bds::Log::time |
The Time.
◆ title
| BString Bds::Log::title |
The Changes title.
◆ type
| BString Bds::Log::type |
The Type.
The documentation for this class was generated from the following files:
Generated by
1.8.15 
Public Member Functions inherited from