Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Log_Msg_NT_Event_Log Class Reference

Implements an ACE_Log_Msg_Backend that logs to the WinNT system event log. More...

#include <Log_Msg_NT_Event_Log.h>

Inheritance diagram for ACE_Log_Msg_NT_Event_Log

Inheritance graph
[legend]
Collaboration diagram for ACE_Log_Msg_NT_Event_Log:

Collaboration graph
[legend]
List of all members.

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_

Detailed Description

Implements an ACE_Log_Msg_Backend that logs to the WinNT system event log.


Constructor & Destructor Documentation

ACE_Log_Msg_NT_Event_Log::ACE_Log_Msg_NT_Event_Log ( void ) [inline]
 

Constructor.

ACE_Log_Msg_NT_Event_Log::~ACE_Log_Msg_NT_Event_Log ( void ) [virtual]
 

Destructor.


Member Function Documentation

int ACE_Log_Msg_NT_Event_Log::close ( void ) [virtual]
 

Close the backend completely.

Reimplemented from ACE_Log_Msg_Backend.

int ACE_Log_Msg_NT_Event_Log::log ( ACE_Log_Record & log_record ) [virtual]
 

This is called when we want to log a message.

Reimplemented from ACE_Log_Msg_Backend.

int ACE_Log_Msg_NT_Event_Log::open ( const ACE_TCHAR * logger_key ) [virtual]
 

Open a new event log.

Reimplemented from ACE_Log_Msg_Backend.

int ACE_Log_Msg_NT_Event_Log::reset ( void ) [virtual]
 

Reset the backend.

Reimplemented from ACE_Log_Msg_Backend.


Member Data Documentation

HANDLE ACE_Log_Msg_NT_Event_Log::evlog_handle_ [private]
 


The documentation for this class was generated from the following files:
Generated at Fri Oct 5 07:02:37 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000