46 void DoLogRecord(wxLogLevel WXUNUSED(level),
47 const wxString& WXUNUSED(msg),
48 const wxLogRecordInfo& WXUNUSED(info))
override {}
Redirect error messages to /dev/null.
Definition: NullLog.h:34
void Flush() override
This method is called from the idle loop.
Definition: NullLog.h:44