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.
EventLog Constructor
.NET Framework (current version)
Initializes a new instance of the EventLog class.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | EventLog() | Initializes a new instance of the EventLog class. Does not associate the instance with any log. |
![]() | EventLog(String^) | Initializes a new instance of the EventLog class. Associates the instance with a log on the local computer. |
![]() | EventLog(String^, String^) | Initializes a new instance of the EventLog class. Associates the instance with a log on the specified computer. |
![]() | EventLog(String^, String^, String^) |
Show:
