- wxLogMessage(_T("Some information."));
- wxLogError(_T("This is an error."));
- wxLogWarning(_T("A warning."));
- wxLogError(_T("Yet another error."));
+ wxLogMessage(wxT("Some information."));
+ wxLogError(wxT("This is an error."));
+ wxLogWarning(wxT("A warning."));
+ wxLogError(wxT("Yet another error."));