![]() |
Provides primitives to send messages to the operating system logs. More...
#include <LoggerTool.h>
Static Public Member Functions | |
static void | send (LogType pLogType, string &pDataRef) |
Stores pDataRef in the operating system log related with the calling application. | |
static void | send (LogType pLogType, const char *pDataPtr) |
Stores pDataRef in the operating system log related with the calling application. | |
Provides primitives to send messages to the operating system logs.
Definition at line 39 of file LoggerTool.h.
|
static |
Stores pDataRef in the operating system log related with the calling application.
pLogType | The type of message is being send to the log |
pDataRef | The data is being send to the log |
Definition at line 28 of file LoggerTool.cpp.
References HSEP::LT_SYSTEMERROR, and HSEP::LT_SYSTEMINFO.
Referenced by HSEP::Service::body(), HSEP::ServiceThread::dispose(), HSEP::ServiceThread::prepare(), HSEP::Service::Service(), HSEP::TerminateHandler(), and HSEP::Service::~Service().
|
static |
Stores pDataRef in the operating system log related with the calling application.
pLogType | The type of message is being send to the log |
pDataPtr | The data is being send to the log |
Definition at line 43 of file LoggerTool.cpp.
References HSEP::LT_SYSTEMERROR, and HSEP::LT_SYSTEMINFO.