git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61349
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
public:
IfaceCheckLog() {}
public:
IfaceCheckLog() {}
- void DoLog(wxLogLevel, const wxString& msg, time_t)
+ virtual void DoLogText(const wxString& msg)
{
// send all messages to stdout (normal behaviour is to sent them to stderr)
{
// send all messages to stdout (normal behaviour is to sent them to stderr)
- wxPrintf(msg);
- wxPrintf("\n");
- Flush();
+ wxPuts(msg);
+ fflush(stdout);
-
- wxSUPPRESS_DOLOG_HIDE_WARNING()
};
class IfaceCheckApp : public wxAppConsole
};
class IfaceCheckApp : public wxAppConsole