Mono Class Library: System.Diagnostics.Trace Overview | MembersSystem.Diagnostics.Trace.WriteLine Overloads |
The overloads of WriteLine are listed below. For a list of all members, see the Trace Members list.
staticWriteLine(object) Send value to all System.Diagnostics.TraceListener objects in the Trace.Listeners collection. staticWriteLine(string) Send message to all System.Diagnostics.TraceListener objects in the Trace.Listeners collection. staticWriteLine(object, string) Send value and its category category to all System.Diagnostics.TraceListener objects in the Trace.Listeners collection. staticWriteLine(string, string) Send message and its category message to all System.Diagnostics.TraceListener objects in the Trace.Listeners collection.