EventLog.CreateEventSource Method
.NET Framework 4.5
Establishes an application as able to write event information to a particular log on the system.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |