|
Doxygen
|
Go to the source code of this file.
Functions | |
| void | initTracing (const QCString &logFile, bool timing) |
| void | exitTracing () |
Variables | |
| std::shared_ptr< spdlog::logger > | g_tracer |
| 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().
| std::shared_ptr<spdlog::logger> g_tracer |
Definition at line 20 of file trace.cpp.
Referenced by AutoTrace::add(), AutoTrace::AutoTrace(), AutoTrace::AutoTrace(), exitTracing(), initTracing(), and AutoTrace::~AutoTrace().