|
KiCad PCB EDA Suite
|
#include <mutex>#include <macros.h>#include <reporter.h>#include <font/fontconfig.h>#include <string_utils.h>#include <widgets/wx_infobar.h>#include <wx/crt.h>#include <wx/log.h>#include <wx/textctrl.h>#include <wx/statusbr.h>Go to the source code of this file.
Variables | |
| static const wxChar | traceReporter [] = wxT( "KICAD_REPORTER" ) |
| Flag to enable reporter debugging output. | |
| static std::mutex | g_logReporterMutex |
|
static |
Definition at line 47 of file reporter.cpp.
Referenced by LOAD_INFO_REPORTER::GetInstance(), WXLOG_REPORTER::GetInstance(), LOAD_INFO_REPORTER::GetRedirectTarget(), and LOAD_INFO_REPORTER::SetRedirectTarget().