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)
.NET Framework (current version)
When overridden in a derived class, writes the specified message to the listener you create in the derived class.
Assembly: System (in System.dll)
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
Available since 1.1
Show: