NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TraceListener.WriteLine (Object)

Writes 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 _
)
[C#]
public virtual void WriteLine(
   object o
);
[C++]
public: virtual void WriteLine(
   Object* o
);
[JScript]
public function WriteLine(
   o : Object
);

Parameters

o
An Object whose name you want to write.

See Also

TraceListener Class | TraceListener Members | System.Diagnostics Namespace | TraceListener.WriteLine Overload List | TraceListener | DefaultTraceListener | TextWriterTraceListener | Debug | Trace