Enum EventLogEntryType
Specifies the event type of an event log entry.
Assembly: Cuemon.Core.dll
Syntax
public enum EventLogEntryType
Fields
Name |
Description |
Error |
An error event. This indicates a significant problem the user should know about; usually a loss of functionality or data.
|
FailureAudit |
A failure audit event. This indicates a security event that occurs when an audited access attempt fails; for example, a failed attempt to open a file.
|
Information |
An information event. This indicates a significant, successful operation.
|
SuccessAudit |
A success audit event. This indicates a security event that occurs when an audited access attempt is successful; for example, logging on successfully.
|
Warning |
A warning event. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems.
|
Extension Methods
ConverterExtensions.ParseWith<EventLogEntryType, T1, T2, T3, TResult>(Func<EventLogEntryType, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<EventLogEntryType, T1, T2, T3, T4, TResult>(Func<EventLogEntryType, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<EventLogEntryType, T1, T2, T3, T4, T5, TResult>(Func<EventLogEntryType, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<EventLogEntryType, T1, T2, T3, T4, T5, T6, TResult>(Func<EventLogEntryType, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<EventLogEntryType, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<EventLogEntryType, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<EventLogEntryType, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<EventLogEntryType, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<EventLogEntryType, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<EventLogEntryType, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)