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/trunk@78128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-11-11 01:02:24 +00:00
parent c813c30c34
commit d23bd1e32e

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). defined) and expands to nothing in release mode (otherwise).
Note that under Windows, you must either run the program under debugger or Note that under Windows, you must either run the program under debugger or
use a 3rd party program such as DebugView 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. to actually see the debug output.
@li wxLogTrace() as wxLogDebug() only does something in debug build. The reason for @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 making it a separate function from it is that usually there are a lot of