|
libassa
3.5.1
|
Class DiagnosticContext tracks who deep a function is in the calling stack. More...
#include <Logger.h>
Public Member Functions | |
| DiagnosticContext (const char *fn_, u_long mask_=TRACE) | |
| ~DiagnosticContext () | |
Private Member Functions | |
| DiagnosticContext (const DiagnosticContext &) | |
| DiagnosticContext & | operator= (const DiagnosticContext &) |
Private Attributes | |
| const char * | m_fname |
| u_long | m_mask |
Class DiagnosticContext tracks who deep a function is in the calling stack.
Definition at line 396 of file Logger.h.
References ASSA::FUNC_ENTRY, LOGGER, m_fname, and m_mask.
|
inline |
|
private |
|
private |
|
private |
Definition at line 390 of file Logger.h.
Referenced by DiagnosticContext().
|
private |
Definition at line 391 of file Logger.h.
Referenced by DiagnosticContext(), and ~DiagnosticContext().
1.8.1.1