Click or drag to resize
DebugWriteLine Method
Overload List
  NameDescription
Public methodStatic memberWriteLine(Object)
Writes the value of the object's System.Object.ToString() method to the trace listeners in the System.Diagnostics.Debug.Listeners collection.
Public methodStatic memberWriteLine(String)
Writes a message followed by a line terminator to the trace listeners in the System.Diagnostics.Debug.Listeners collection.
Public methodStatic memberWriteLine(String, Object)
Writes a formatted message followed by a line terminator to the trace listeners in the System.Diagnostics.Debug.Listeners collection.
Top
See Also