HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <LogHandler.h>
Public Member Functions | |
LogHandler (SysLog *sysLog) | |
void * | handle (char command,...) |
Public Member Functions inherited from BaseHandler | |
BaseHandler (unsigned int id) | |
virtual | ~BaseHandler () |
unsigned int | getId () |
void | setError (int code, const char *description) |
int | getError (char **description) |
Definition at line 7 of file LogHandler.h.
|
inline |
Definition at line 10 of file LogHandler.h.
|
inlinevirtual |
Implements BaseHandler.
Definition at line 11 of file LogHandler.h.