wxPython changes for Get/SetLogLevel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -631,6 +631,10 @@ public:
|
||||
static unsigned long GetTraceMask();
|
||||
static bool IsAllowedTraceMask(const wxString& mask);
|
||||
|
||||
static void SetLogLevel(unsigned long logLevel);
|
||||
static unsigned long GetLogLevel();
|
||||
|
||||
|
||||
// static void TimeStamp(wxString *str);
|
||||
%addmethods {
|
||||
wxString TimeStamp() {
|
||||
@@ -697,6 +701,7 @@ void wxLogError(const wxString& msg);
|
||||
void wxLogWarning(const wxString& msg);
|
||||
void wxLogMessage(const wxString& msg);
|
||||
void wxLogInfo(const wxString& msg);
|
||||
void wxLogDebug(const wxString& msg);
|
||||
void wxLogVerbose(const wxString& msg);
|
||||
void wxLogStatus(const wxString& msg);
|
||||
%name(wxLogStatusFrame)void wxLogStatus(wxFrame *pFrame, const wxString& msg);
|
||||
|
Reference in New Issue
Block a user