Writes a category name and the name of the o
parameter followed by a line terminator. The default line terminator is a carriage return followed by a line feed ("\r\n").
[Visual Basic] Overloads Overridable Public Sub WriteLine( _ ByVal o As Object, _ ByVal category As String _ ) [C#] public virtual void WriteLine( object o, string category ); [C++] public: virtual void WriteLine( Object* o, String* category ); [JScript] public function WriteLine( o : Object, category : String );
TraceListener Class | TraceListener Members | System.Diagnostics Namespace | TraceListener.WriteLine Overload List | TraceListener | DefaultTraceListener | TextWriterTraceListener | Debug | Trace