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.

EventLogTraceListener::EventLog Property

 

Gets or sets the event log to write to.

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

public:
property EventLog^ EventLog {
	EventLog^ get();
	void set(EventLog^ value);
}

Property Value

Type: System.Diagnostics::EventLog^

The event log to write to.

.NET Framework
Available since 1.1
Return to top
Show: