Skip to main content
.NET Framework Class Library
EventLog..::.WriteEntry Method





Writes an entry in 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.

Overload List
 NameDescription
Public methodWriteEntry(String)Writes an information type entry, with the given message text, to the event log.
Public methodWriteEntry(String, EventLogEntryType)Writes an error, warning, information, success audit, or failure audit entry with the given message text to the event log.
Public methodStatic memberWriteEntry(String, String)Writes an information type entry with the given message text to the event log, using the specified registered event source.
Public methodWriteEntry(String, EventLogEntryType, Int32)Writes an entry with the given message text and application-defined event identifier to the event log.
Public methodStatic memberWriteEntry(String, String, EventLogEntryType)Writes an error, warning, information, success audit, or failure audit entry with the given message text to the event log, using the specified registered event source.
Public methodWriteEntry(String, EventLogEntryType, Int32, Int16)Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log.
Public methodStatic memberWriteEntry(String, String, EventLogEntryType, Int32)Writes an entry with the given message text and application-defined event identifier to the event log, using the specified registered event source.
Public methodWriteEntry(String, EventLogEntryType, Int32, Int16, array<Byte>[]()[])Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log, and appends binary data to the message.
Public methodStatic memberWriteEntry(String, String, EventLogEntryType, Int32, Int16)Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log, using the specified registered event source. The category can be used by the Event Viewer to filter events in the log.
Public methodStatic memberWriteEntry(String, String, EventLogEntryType, Int32, Int16, array<Byte>[]()[])Writes an entry with the given message text, application-defined event identifier, and application-defined category to the event log (using the specified registered event source) and appends binary data to the message.
Top