Overload | Description |
---|---|
LogEntryEventArgs Constructor() | Creates an information type entry with an empty message text for the event log and a void event source. |
LogEntryEventArgs Constructor(LogEntryEventArgs) | |
LogEntryEventArgs Constructor(String,String) | Creates an information type entry with the given message text for the event log, using the specified event source. |
LogEntryEventArgs Constructor(String,String,LogEntryType) | Creates an error, warning, information, success audit, or failure audit entry with the given message text for the event log, using the specified event source. |
LogEntryEventArgs Constructor(String,String,LogEntryType,Int32) | Creates an entry with the given message text and application-defined event identifier for the event log, using the specified event source. |
LogEntryEventArgs Constructor(String,String,LogEntryType,Int32,Int16) | Creates an entry with the given message text, application-defined event identifier, and application-defined category for the event log, using the specified event source. The category can be used by the Event Viewer to filter events in the log. |
LogEntryEventArgs Constructor(String,String,LogEntryType,Int32,Int16,Byte[]) | Creates an entry with the given message text, application-defined event identifier, and application-defined category for the event log (using the specified event source) and appends binary data to it. |
LogEntryEventArgs Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the class with serialized data. |