Trace::WriteLine Method

 

Writes information about the trace to the trace listeners in the Listeners collection.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticWriteLine(Object^)

Writes the value of the object's ToString method to the trace listeners in the Listeners collection.

System_CAPS_pubmethodSystem_CAPS_staticWriteLine(Object^, String^)

Writes a category name and the value of the object's ToString method to the trace listeners in the Listeners collection.

System_CAPS_pubmethodSystem_CAPS_staticWriteLine(String^)

Writes a message to the trace listeners in the Listeners collection.

System_CAPS_pubmethodSystem_CAPS_staticWriteLine(String^, String^)

Writes a category name and message to the trace listeners in the Listeners collection.

Return to top
Show: