Update the out of date link to DebugView in logging overview.

The readable link that existed before is unfortunately not available any more.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@78119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-11-11 00:59:02 +00:00
parent b3dc6b7ba2
commit d2962540ff

View File

@@ -52,7 +52,7 @@ of arguments or a variable argument list pointer. Here are all of them:
defined) and expands to nothing in release mode (otherwise).
Note that under Windows, you must either run the program under debugger or
use a 3rd party program such as DebugView
(http://www.microsoft.com/technet/sysinternals/Miscellaneous/DebugView.mspx)
(http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx)
to actually see the debug output.
@li wxLogTrace() as wxLogDebug() only does something in debug build. The reason for
making it a separate function from it is that usually there are a lot of