EventLog.WriteEvent Method
.NET Framework 4.5
Writes a localized event entry to the event log.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WriteEvent(EventInstance, Object[]) | Writes a localized entry to the event log. |
|
WriteEvent(EventInstance, Byte[], Object[]) | Writes an event log entry with the given event data, message replacement strings, and associated binary data. |
|
WriteEvent(String, EventInstance, Object[]) | Writes an event log entry with the given event data and message replacement strings, using the specified registered event source. |
|
WriteEvent(String, EventInstance, Byte[], Object[]) | Writes an event log entry with the given event data, message replacement strings, and associated binary data, and using the specified registered event source. |