All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HSEP::LoggerTool Class Reference

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.
 

Detailed Description

Provides primitives to send messages to the operating system logs.

Definition at line 39 of file LoggerTool.h.

Member Function Documentation

void HSEP::LoggerTool::send ( LogType  pLogType,
string &  pDataRef 
)
static

Stores pDataRef in the operating system log related with the calling application.

Parameters
pLogTypeThe type of message is being send to the log
pDataRefThe 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().

+ Here is the caller graph for this function:

void HSEP::LoggerTool::send ( LogType  pLogType,
const char *  pDataPtr 
)
static

Stores pDataRef in the operating system log related with the calling application.

Parameters
pLogTypeThe type of message is being send to the log
pDataPtrThe data is being send to the log

Definition at line 43 of file LoggerTool.cpp.

References HSEP::LT_SYSTEMERROR, and HSEP::LT_SYSTEMINFO.


The documentation for this class was generated from the following files: