Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Trace::Write 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_staticWrite(Object^)

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

System_CAPS_pubmethodSystem_CAPS_staticWrite(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_staticWrite(String^)

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

System_CAPS_pubmethodSystem_CAPS_staticWrite(String^, String^)

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

Return to top
Show: