do { \
ace___->
set (__FILE__, __LINE__, Y, __ace_error, ace___->
restart (), \
return Y; \
} while (0)
Provides a variable length argument message logging abstraction.
Definition: Log_Msg.h:219
static ACE_Log_Msg * instance()
Returns a pointer to the Singleton.
Definition: Log_Msg.cpp:279
ACE_Log_Msg_Callback * msg_callback(ACE_Log_Msg_Callback *c)
Definition: Log_Msg.inl:191
void msg_ostream(ACE_OSTREAM_TYPE *)
Update the ostream without overwriting the delete_ostream_ flag.
Definition: Log_Msg.inl:207
void set(const char *file, int line, int op_status=-1, int errnum=0, bool restart=true, ACE_OSTREAM_TYPE *os=0, ACE_Log_Msg_Callback *c=0)
Definition: Log_Msg.cpp:2955
void restart(bool r)
Definition: Log_Msg.inl:41