Added wxLog::Get/SetLogLevel

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-01-01 05:16:07 +00:00
parent 8eb70827f3
commit edc738528a
3 changed files with 61 additions and 27 deletions

View File

@@ -845,6 +845,8 @@ bool wxLog::ms_doLog = TRUE;
bool wxLog::ms_bAutoCreate = TRUE;
bool wxLog::ms_bVerbose = FALSE;
wxLogLevel wxLog::ms_logLevel = wxLOG_Max; // log everything by default
size_t wxLog::ms_suspendCount = 0;
#if wxUSE_GUI