|
Static Public Member Functions |
void | ACSErrStack (const ACE_TCHAR *file, int line, ACSErr::Completion &completion, ACSError &error) |
| Update ACSErr::Completion with ACSError.
|
void | ACSErrStack (const ACE_TCHAR *file, int line, ACSErr::Completion &completion, const ACE_TCHAR *routine, ACSErr::ACSErrType errtype=ACSErr::ACSErrTypeOK, ACSErr::ErrorCode errcode=ACSErrTypeOK::ACSErrOK, const ACE_TCHAR *msgname=0, const ACE_TCHAR *msg=0, int flag=COMPLETION_FLAG_M) |
| Updates ACSErr::Completion with stack if necessary.
|
void | ACSErrStackLog (const ACE_TCHAR *file, int line, ACSErr::Completion &completion, const ACE_TCHAR *routine, ACSErr::ACSErrType errtype=ACSErr::ACSErrTypeOK, ACSErr::ErrorCode errcode=ACSErrTypeOK::ACSErrOK, const ACE_TCHAR *msgname=0, const ACE_TCHAR *msg=0, int flag=COMPLETION_FLAG_M|LOG_FLAG_M) |
| Updates ACSErr::Completion with stack and logs it if necessary.
|
Static Public Attributes |
const unsigned int | LOG_FLAG_M |
| Log error stack.
|
const unsigned int | COMPLETION_FLAG_M |
| Update ACSErr::Completion.
|