Trace::WriteLine Method
.NET Framework (current version)
Writes information about the trace to the trace listeners in the Listeners collection.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | WriteLine(Object^) | |
![]() ![]() | WriteLine(Object^, String^) | |
![]() ![]() | WriteLine(String^) | Writes a message to the trace listeners in the Listeners collection. |
![]() ![]() | WriteLine(String^, String^) | Writes a category name and message to the trace listeners in the Listeners collection. |
Show:

