|
Doxygen
|
Go to the source code of this file.
Classes | |
| class | AutoTrace |
| Helper class to trace an entry statement at creation and another one at destruction. More... | |
Namespaces | |
| namespace | Trace |
Macros | |
| #define | ENABLE_TRACING 1 |
| #define | ENABLE_SYMBOLRESOLVER_TRACING 0 |
| #define | ENABLE_MARKDOWN_TRACING 0 |
| #define | ENABLE_DOCPARSER_TRACING 0 |
| #define | SPELOG_ACTIVE_LEVEL SPDLOG_LEVEL_INFO |
| #define | TRACE(...) |
| #define | AUTO_TRACE(...) |
| #define | AUTO_TRACE_ADD(...) |
| #define | AUTO_TRACE_EXIT(...) |
Functions | |
| void | initTracing (const QCString &logFile, bool timing) |
| void | exitTracing () |
| QCString | Trace::trunc (const QCString &s, size_t numChars=15) |
Variables | |
| std::shared_ptr< spdlog::logger > | g_tracer |
| #define TRACE | ( | ... | ) |
Definition at line 77 of file trace.h.
Referenced by computeVerifiedDotPath(), and readConfiguration().
| void exitTracing | ( | ) |
Definition at line 52 of file trace.cpp.
References g_tracer.
Referenced by generateOutput(), and stopDoxygen().
| void initTracing | ( | const QCString & | logFile, |
| bool | timing ) |
Definition at line 22 of file trace.cpp.
References g_tracer, QCString::isEmpty(), and QCString::str().
Referenced by readConfiguration().
|
extern |
Definition at line 20 of file trace.cpp.
Referenced by AutoTrace::add(), AutoTrace::AutoTrace(), AutoTrace::AutoTrace(), exitTracing(), initTracing(), and AutoTrace::~AutoTrace().