added wxDEPRECATED_BUT_USED_INTERNALLY macro and use it for the old wxLog::DoLog() overloads
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -527,6 +527,22 @@ wxChar *wxLog::SetLogBuffer(wxChar * WXUNUSED(buf), size_t WXUNUSED(size))
|
||||
|
||||
#endif // WXWIN_COMPATIBILITY_2_6
|
||||
|
||||
#if WXWIN_COMPATIBILITY_2_8
|
||||
|
||||
void wxLog::DoLog(wxLogLevel WXUNUSED(level),
|
||||
const char *WXUNUSED(szString),
|
||||
time_t WXUNUSED(t))
|
||||
{
|
||||
}
|
||||
|
||||
void wxLog::DoLog(wxLogLevel WXUNUSED(level),
|
||||
const wchar_t *WXUNUSED(wzString),
|
||||
time_t WXUNUSED(t))
|
||||
{
|
||||
}
|
||||
|
||||
#endif // WXWIN_COMPATIBILITY_2_8
|
||||
|
||||
wxLog *wxLog::GetActiveTarget()
|
||||
{
|
||||
if ( ms_bAutoCreate && ms_pLogger == NULL ) {
|
||||
|
Reference in New Issue
Block a user