Visible wxMessageOutputDebug instance.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-07-04 11:26:08 +00:00
parent b4c4f1bca7
commit c4b401b664

View File

@@ -550,7 +550,8 @@ void wxLogBuffer::DoLog(wxLogLevel level, const wxChar *szString, time_t t)
TimeStamp(&str);
str += szString;
wxMessageOutputDebug().Printf(_T("%s\n"), str.c_str());
wxMessageOutputDebug dbgout;
dbgout.Printf(_T("%s\n"), str.c_str());
}
#endif // __WXDEBUG__
break;