]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_log.i
wxLogTrace API change
[wxWidgets.git] / wxPython / src / _log.i
index 0664712ee7442bff71fbae289f4cd9cc80218e7d..4a3b7e26b8670ee2090c23231c610a2ace92c001 100644 (file)
@@ -218,8 +218,9 @@ void wxLogStatus(const wxString& msg);
 %name(LogStatusFrame)void wxLogStatus(wxFrame *pFrame, const wxString& msg);
 void wxLogSysError(const wxString& msg);
 
-void wxLogTrace(const wxString& msg);
-%name(LogTraceMask)void wxLogTrace(const wxString& mask, const wxString& msg);
+%nokwargs wxLogTrace;
+void wxLogTrace(unsigned long mask, const wxString& msg);
+void wxLogTrace(const wxString& mask, const wxString& msg);
 
 void wxLogGeneric(unsigned long level, const wxString& msg);