This topic has not yet been rated - Rate this topic

Trace.WriteLine Method

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.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.