EventLog::CreateEventSource Method
.NET Framework (current version)
Establishes an application as able to write event information to a particular log on the system.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CreateEventSource(EventSourceCreationData^) | Establishes a valid event source for writing localized event messages, using the specified configuration properties for the event source and the corresponding event log. |
![]() ![]() | CreateEventSource(String^, String^) | Establishes the specified source name as a valid event source for writing entries to a log on the local computer. This method can also create a new custom log on the local computer. |
![]() ![]() | CreateEventSource(String^, String^, String^) | Obsolete. Establishes the specified source name as a valid event source for writing entries to a log on the specified computer. This method can also be used to create a new custom log on the specified computer. |
Show:

