|
| LogMsgHandler () |
|
virtual | ~LogMsgHandler () |
|
unsigned | nextSeq () |
|
void | append (unsigned seq, std::string text, LogMsg::Type type=LogMsg::TYPE_UNSPEC) |
|
void | appendWithSpace (unsigned seq, std::string text, LogMsg::Type type=LogMsg::TYPE_UNSPEC) |
|
std::string | getMessage (unsigned seq) |
|
std::string | readMessage (unsigned seq) |
|
std::string | getNextMessageSubstr (unsigned seq, unsigned maxChars, bool &isLast) |
|
LogMsgHandler::LogMsgHandler |
( |
| ) |
|
Constructor.
....................................................................... Constructor.
LogMsgHandler::~LogMsgHandler |
( |
| ) |
|
|
virtual |
Destructor.
....................................................................... Destructor.
std::string LogMsgHandler::getMessage |
( |
unsigned |
seq | ) |
|
....................................................................... Return the next message
std::string LogMsgHandler::getNextMessageSubstr |
( |
unsigned |
seq, |
|
|
unsigned |
maxChars, |
|
|
bool & |
isLast |
|
) |
| |
....................................................................... Get the next substring of a message
std::string LogMsgHandler::readMessage |
( |
unsigned |
seq | ) |
|
....................................................................... Get the next substring of a message
The documentation for this class was generated from the following files: