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.

EventProviderTraceListener::WriteLine Method (String^)

 

When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.

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

public:
virtual void WriteLine(
	String^ message
) override sealed

Parameters

message
Type: System::String^

A message to write.

.NET Framework
Available since 3.5
Return to top
Show: