#include "ace/config-all.h"
#include "ace/ACE.h"
#include "ace/Thread_Manager.h"
#include "ace/OS.h"
#include "ace/Object_Manager.h"
#include "ace/streams.h"
#include "ace/Log_Msg.h"
#include "ace/Log_Msg_Callback.h"
#include "ace/Log_Msg_IPC.h"
#include "ace/Log_Msg_NT_Event_Log.h"
#include "ace/Log_Msg_UNIX_Syslog.h"
Include dependency graph for Log_Msg.cpp:
Compounds | |
class | ACE_Log_Msg_Manager |
Defines | |
#define | ACE_NTRACE 1 |
#define | ACE_LOG_MSG_SYSLOG_BACKEND ACE_Log_Msg_NT_Event_Log |
#define | ACE_NEW_RETURN_I(POINTER, CONSTRUCTOR, RET_VAL) |
Functions | |
const char * | get_rcsid_ace_Log_Msg (const char *) |
Variables | |
const char * | rcsid_ace_Log_Msg = get_rcsid_ace_Log_Msg ( rcsid_ace_Log_Msg ) |
|
|
|
Value: do { POINTER = new CONSTRUCTOR; \ if (POINTER == 0) { errno = ENOMEM; return RET_VAL; } \ } while (0) |
|
|
|
|
|
|