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!

DefaultTraceListener.WriteLine

Writes the output to the Microsoft.Win32.Interop.Windows.OutputDebugString API and to Log followed by a line terminator. The default line terminator is a carriage return followed by a line feed ("\r\n").

[Visual Basic]
Overrides Public Sub WriteLine( _
   ByVal message As String _
)
[C#]
public override void WriteLine(
   string message
);
[C++]
public: override void WriteLine(
   String* message
);
[JScript]
public override function WriteLine(
   message : String
);

Parameters

message
A message to write.

Remarks

This method sets NeedIndent to true.

See Also

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