FileLogTraceListener::WriteLine Method (String^)
.NET Framework (current version)
Writes a verbatim message to disk, followed by the current line terminator, without any additional context information.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
public: [HostProtectionAttribute(SecurityAction::LinkDemand, Synchronization = true)] virtual void WriteLine( String^ message ) override
Parameters
- message
-
Type:
System::String^
String. The custom message to write.
The WriteLine method writes a specific message to the log file, without any additional context information.
Use the one of the TraceData methods to include the context information in the log output.
.NET Framework
Available since 2.0
Available since 2.0
Show: