EventLog Class Reference

#include <EventLog.h>

List of all members.


Detailed Description

Helper class to simplify writing to the Windows Event Log.


Public Member Functions

bool ReportInformation (LPCTSTR _msg)
 Add an information message to the event log.
bool ReportWarning (LPCTSTR _msg)
 Add a warning message to the event log.
bool ReportError (LPCTSTR _msg)
 Add an error message to the event log.
bool ReportFailure (LPCTSTR _msg)
 Add a failure message to the event log.

Static Public Member Functions

static void Create (string const &_appName, bool _bRegisterApp=true)
 Create the EventLog singleton.
static EventLogGet ()
 Obtain a pointer to the EventLog singleton.
static void Destroy ()
 Destroys the EventLog singleton object.


Generated on Sun Jan 21 14:30:23 2007 for xPL SDK by  doxygen 1.5.1-p1