TraceListener::WriteLine Method (String^)
.NET Framework (current version)
When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.
Assembly: System (in System.dll)
Parameters
- message
-
Type:
System::String^
A message to write.
The typical line terminator you might implement is a carriage return followed by a line feed (\r\n).
Notes to Inheritors:
When inheriting from this class, you must implement this method. To support an indentation, call WriteIndent if NeedIndent is true. To indent the following line, you must reset NeedIndent to true.
.NET Framework
Available since 1.1
Available since 1.1
Show: