|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/tf/callContext.h"#include "pxr/base/tf/debug.h"#include "pxr/base/tf/diagnosticLite.h"#include "pxr/base/tf/error.h"#include "pxr/base/tf/singleton.h"#include "pxr/base/tf/spinRWMutex.h"#include "pxr/base/tf/status.h"#include "pxr/base/tf/stringUtils.h"#include "pxr/base/tf/warning.h"#include "pxr/base/tf/weakPtr.h"#include "pxr/base/tf/enum.h"#include "pxr/base/tf/api.h"#include "pxr/base/arch/inttypes.h"#include "pxr/base/arch/attributes.h"#include "pxr/base/arch/functionLite.h"#include <tbb/enumerable_thread_specific.h>#include <atomic>#include <cstdarg>#include <list>#include <string>#include <vector>
Include dependency graph for diagnosticMgr.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | TfDiagnosticMgr |
| class | TfDiagnosticMgr::Delegate |
| struct | TfDiagnosticMgr::WarningHelper |
| struct | TfDiagnosticMgr::StatusHelper |
| struct | TfDiagnosticMgr::FatalHelper |
Functions | |
| PXR_NAMESPACE_OPEN_SCOPE | TF_DEBUG_CODES (TF_LOG_STACK_TRACE_ON_ERROR, TF_LOG_STACK_TRACE_ON_WARNING, TF_ERROR_MARK_TRACKING, TF_PRINT_ALL_POSTED_ERRORS_TO_STDERR) |
| TF_API_TEMPLATE_CLASS (TfSingleton< TfDiagnosticMgr >) | |
| TF_API_TEMPLATE_CLASS | ( | TfSingleton< TfDiagnosticMgr > | ) |
| PXR_NAMESPACE_OPEN_SCOPE TF_DEBUG_CODES | ( | TF_LOG_STACK_TRACE_ON_ERROR | , |
| TF_LOG_STACK_TRACE_ON_WARNING | , | ||
| TF_ERROR_MARK_TRACKING | , | ||
| TF_PRINT_ALL_POSTED_ERRORS_TO_STDERR | |||
| ) |