|
KiCad PCB EDA Suite
|
#include <mutex>#include <macros.h>#include <reporter.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 46 of file reporter.cpp.
Referenced by WXLOG_REPORTER::GetInstance().