How To Redirecting WFC Debug Output to the VJ6 Output Window (194187)
The information in this article applies to:
This article was previously published under Q194187 SUMMARY
The WFC debugging class, com.ms.wfc.util.Debug, contains a number of useful
methods for emitting debug messages during a debug session. An attractive
feature of these methods is that the conditional compilation facility of
the Visual J++ 6.0 compiler causes all of the Debug methods not to be
included in your "retail" builds, giving both size and speed optimizations.
These messages, when used from within WJVIEW session spawned under the
Visual J++ 6.0 debugger will automatically appear in the Visual J++ 6.0
Output window so that you can easily view them while debugging. However,
when your are building a Java CONSOLE application that uses JVIEW, the
Debug messages appear by default in the CONSOLE application window, not in
the Visual J++ Output window.
Modification Type: | Minor | Last Reviewed: | 7/2/2004 |
---|
Keywords: | kbhowto KB194187 |
---|
|