The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DefaultTraceListener::Write Method (String^)
.NET Framework (current version)
Writes the output to the OutputDebugString function and to the Debugger::Log method.
Assembly: System (in System.dll)
For information about the Win32 OutputDebugString debugging function, see "OutputDebugString" in the Platform SDK or MSDN.
The following code example formats the results of a function and uses the Write(String^) method to write the first part of the message to a DefaultTraceListener.
.NET Framework
Available since 1.1
Available since 1.1
Show: