+ #define wxVLogDebug(fmt, valist)
+ #define wxVLogTrace(mask, fmt, valist)
+
+ #ifdef HAVE_VARIADIC_MACROS
+ // unlike the inline functions below, this completely removes the
+ // wxLogXXX calls from the object file:
+ #define wxLogDebug(fmt, ...)
+ #define wxLogTrace(mask, fmt, ...)
+ #else // !HAVE_VARIADIC_MACROS