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... | |
struct | fmt::formatter< T > |
struct | fmt::formatter< QCString > |
adds support for formatting QCString More... | |
struct | fmt::formatter< Protection > |
adds support for formatting Protected More... | |
struct | fmt::formatter< Specifier > |
adds support for formatting Specifier More... | |
struct | fmt::formatter< MethodTypes > |
adds support for formatting MethodTypes More... | |
struct | fmt::formatter< RelatesType > |
adds support for formatting RelatesType More... | |
struct | fmt::formatter< Relationship > |
adds support for formatting RelationShip More... | |
struct | fmt::formatter< SrcLangExt > |
adds support for formatting SrcLangExt More... | |
struct | fmt::formatter< MemberType > |
adds support for formatting MemberType More... | |
struct | fmt::formatter< TypeSpecifier > |
adds support for formatting TypeSpecifier More... | |
struct | fmt::formatter< EntryType > |
adds support for formatting EntryType More... | |
struct | fmt::formatter< MemberListType > |
adds support for formatting MemberListType More... | |
Namespaces | |
namespace | Trace |
namespace | fmt |
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().