|
hydrogen 1.2.6
|
Helper class to preserve and restore recursive crash context strings using an RAAI pattern. More...
#include <Logger.h>
Public Member Functions | |
| CrashContext (QString *pContext) | |
| CrashContext (QString sContext) | |
| ~CrashContext () | |
Private Attributes | |
| QString * | pSavedContext |
| QString * | pThisContext |
Helper class to preserve and restore recursive crash context strings using an RAAI pattern.
| CrashContext | ( | QString * | pContext | ) |
Definition at line 369 of file Logger.cpp.
| CrashContext | ( | QString | sContext | ) |
Definition at line 375 of file Logger.cpp.
| ~CrashContext | ( | ) |
Definition at line 382 of file Logger.cpp.