#include <Log_Msg_IPC.h>
Inheritance diagram for ACE_Log_Msg_IPC:
Public Methods | |
ACE_Log_Msg_IPC (void) | |
Constructor. | |
virtual | ~ACE_Log_Msg_IPC (void) |
Destructor. | |
virtual int | open (const ACE_TCHAR *logger_key) |
Open a new connection. | |
virtual int | reset (void) |
virtual int | close (void) |
Close the backend completely. | |
virtual int | log (ACE_Log_Record &log_record) |
Private Attributes | |
ACE_LOG_MSG_IPC_STREAM | message_queue_ |
Implement an ACE_Log_Msg_Backend that logs to a remote logging process.
|
Constructor.
|
|
Destructor.
|
|
Close the backend completely.
Implements ACE_Log_Msg_Backend. |
|
Backend routine. This is called when we want to log a message. Since this routine is pure virtual, it must be overwritten by the subclass. Implements ACE_Log_Msg_Backend. |
|
Open a new connection.
Implements ACE_Log_Msg_Backend. |
|
Implements ACE_Log_Msg_Backend. |
|
|