XmlWriterTraceListener.Write(String) Method

Definition

Writes a verbatim message without any additional context information to the file or stream.

public:
 override void Write(System::String ^ message);
public override void Write (string? message);
public override void Write (string message);
override this.Write : string -> unit
Public Overrides Sub Write (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