|
KiCad PCB EDA Suite
|
A stderr log target that drops informational messages. More...
#include <wx_log.h>
Protected Member Functions | |
| void | DoLogRecord (wxLogLevel aLevel, const wxString &aMsg, const wxLogRecordInfo &aInfo) override |
A stderr log target that drops informational messages.
Importers and loaders narrate their progress through wxLogMessage and wxLogInfo, which buries the errors and warnings a test run needs to surface. Lowering the global log level instead would also silence wxLogTrace, so traces enabled through WXTRACE still pass here.
|
inlineoverrideprotected |