#include <EventLog.h>
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 EventLog * | Get () |
Obtain a pointer to the EventLog singleton. | |
static void | Destroy () |
Destroys the EventLog singleton object. |