EventLogEntryType Enumeration
Specifies the event type of an event log entry.
Namespace:
UAOOI.ProcessObserver.RealTime.ProcessesAssembly: RealTime (in RealTime.dll)
Members
Member 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. |