KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KI_TEST::QUIET_LOG Class Reference

A stderr log target that drops informational messages. More...

#include <wx_log.h>

Inheritance diagram for KI_TEST::QUIET_LOG:

Protected Member Functions

void DoLogRecord (wxLogLevel aLevel, const wxString &aMsg, const wxLogRecordInfo &aInfo) override
 

Detailed Description

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.

Definition at line 35 of file wx_log.h.

Member Function Documentation

◆ DoLogRecord()

void KI_TEST::QUIET_LOG::DoLogRecord ( wxLogLevel aLevel,
const wxString & aMsg,
const wxLogRecordInfo & aInfo )
inlineoverrideprotected

Definition at line 38 of file wx_log.h.


The documentation for this class was generated from the following file: