| DebugWriteLine Method |
| Name | Description | |
|---|---|---|
| WriteLine(Object) |
Writes the value of the object's System.Object.ToString() method to the trace
listeners in the System.Diagnostics.Debug.Listeners collection.
| |
| WriteLine(String) |
Writes a message followed by a line terminator to the trace listeners in
the System.Diagnostics.Debug.Listeners collection.
| |
| WriteLine(String, Object) |
Writes a formatted message followed by a line terminator to the trace listeners
in the System.Diagnostics.Debug.Listeners collection.
|