Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TraceListener.Write Method (String)

 

When overridden in a derived class, writes the specified message to the listener you create in the derived class.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

Public MustOverride Sub Write (
	message As String
)

Parameters

message
Type: System.String

A message to write.

Notes to Inheritors:

When inheriting from this class, you must implement this method. To support an indentation, you should call WriteIndent if NeedIndent is true. If you need to indent the following line, you must reset NeedIndent to true.

.NET Framework
Available since 1.1
Return to top
Show: