From 22f241327d975f4b75f396569e9af901cb689798 Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 1 Dec 2008 21:19:16 +0000 Subject: [PATCH] add @deprecated tag git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57061 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/log.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/wx/log.h b/interface/wx/log.h index c9e97e50c9..0c0dd86c9c 100644 --- a/interface/wx/log.h +++ b/interface/wx/log.h @@ -1111,6 +1111,7 @@ void wxVLogTrace(const char* mask, function is that usually there are a lot of trace messages, so it might make sense to separate them from other debug messages. + @deprecated This version of wxLogTrace() only logs the message if all the bits corresponding to the @a mask are set in the wxLog trace mask which can be set by calling wxLog::SetTraceMask(). This version is less flexible than -- 2.45.2