Trace.WriteLine Method
.NET Framework 3.0
Writes information about the trace to the trace listeners in the Listeners collection.
| Name | Description |
|---|---|
| Trace.WriteLine (Object) | Writes the value of the object's ToString method to the trace listeners in the Listeners collection. |
| Trace.WriteLine (String) | Writes a message to the trace listeners in the Listeners collection. |
| Trace.WriteLine (Object, String) | Writes a category name and the value of the object's ToString method to the trace listeners in the Listeners collection. |
| Trace.WriteLine (String, String) | Writes a category name and message to the trace listeners in the Listeners collection. |
Community Additions
ADD
Show: