Home
last modified time | relevance | path

Searched defs:wxLogDebug (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dlog.h604 #define wxLogDebug(fmt, ...) wxLogNop() macro
609 inline void wxLogDebug(const wxChar *fmt, ...) { wxUnusedVar(fmt); } in wxLogDebug() function
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dlog.h604 #define wxLogDebug(fmt, ...) wxLogNop() macro
609 inline void wxLogDebug(const wxChar *fmt, ...) { wxUnusedVar(fmt); } in wxLogDebug() function
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dlog.h604 #define wxLogDebug(fmt, ...) wxLogNop() macro
609 inline void wxLogDebug(const wxChar *fmt, ...) { wxUnusedVar(fmt); } in wxLogDebug() function
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dlog.h604 #define wxLogDebug(fmt, ...) wxLogNop() macro
609 inline void wxLogDebug(const wxChar *fmt, ...) { wxUnusedVar(fmt); } in wxLogDebug() function
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dlog.h578 inline void wxLogDebug(const wxChar *, ...) { } in wxLogDebug() function
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dlog.h1432 #define wxLogDebug wxDO_LOG_IF_ENABLED(Debug) macro
1438 #define wxLogDebug(fmt, ...) wxLogNop() macro
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dlog.h1555 #define wxLogDebug wxDO_LOG_IF_ENABLED(Debug) macro
1561 #define wxLogDebug(fmt, ...) wxLogNop() macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dlog.h1555 #define wxLogDebug wxDO_LOG_IF_ENABLED(Debug) macro
1561 #define wxLogDebug(fmt, ...) wxLogNop() macro
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/
H A Dsip_corecmodule.cpp13803 wxLogDebug(*message); in func_LogDebug() local