XmlWriterTraceListener.WriteLine(String) Method

Definition

Writes a verbatim message without any additional context information followed by the current line terminator to the file or stream.

public:
 override void WriteLine(System::String ^ message);
public override void WriteLine (string? message);
public override void WriteLine (string message);
override this.WriteLine : string -> unit
Public Overrides Sub WriteLine (message As String)

Parameters

message
String

The message to write.

Remarks

Use the TraceData method to include context information in the log output.

Applies to