#include <loghandler.h>
Public Member Functions | |
| virtual | ~LogHandler () |
| virtual void | handleLog (LogLevel level, LogArea area, const std::string &message)=0 |
handleLog() is called for log messages.
Definition at line 33 of file loghandler.h.
|
|
Virtual Destructor. Definition at line 39 of file loghandler.h. |
|
||||||||||||||||
|
Reimplement this function if you want to receive the chunks of the conversation between gloox and server.
|
1.4.1