#include <Log_Msg_NT_Event_Log.h>
Inheritance diagram for ACE_Log_Msg_NT_Event_Log:
Public Methods | |
ACE_Log_Msg_NT_Event_Log (void) | |
Constructor. | |
virtual | ~ACE_Log_Msg_NT_Event_Log (void) |
Destructor. | |
virtual int | open (const ACE_TCHAR *logger_key) |
Open a new event log. | |
virtual int | reset (void) |
Reset the backend. | |
virtual int | close (void) |
Close the backend completely. | |
virtual int | log (ACE_Log_Record &log_record) |
This is called when we want to log a message. | |
Private Attributes | |
HANDLE | evlog_handle_ |
|
Constructor.
|
|
Destructor.
|
|
Close the backend completely.
Implements ACE_Log_Msg_Backend. |
|
This is called when we want to log a message.
Implements ACE_Log_Msg_Backend. |
|
Open a new event log. Initialize the event logging facility.
Implements ACE_Log_Msg_Backend. |
|
Reset the backend.
Implements ACE_Log_Msg_Backend. |
|
|