Overload List

  Name Description
Public method Static member WriteLine(Object)
Writes the value of a specified object's System.Object.ToString() method to the debugger by using the OutputDebugString function.
Public method Static member WriteLine(String)
Writes a specified message followed by a line terminator to the debugger by using the OutputDebugString function.
Public method Static member WriteLine(String, array<Object>[]()[][])
Writes a formatted string followed by a line terminator to the debugger by using the OutputDebugString function.

See Also