UAOOI.ProcessObserver.RealTime.Processes Namespace
UAOOI.ProcessObserver.RealTime.Utils.Collections.Generic Namespace
UAOOI.ProcessObserver.RealTime

EventLogEntryType Enumeration

Specifies the event type of an event log entry.

Namespace:  UAOOI.ProcessObserver.RealTime.Processes
Assembly:  RealTime (in RealTime.dll)

Syntax


public enum EventLogEntryType
Public Enumeration EventLogEntryType
public enum class EventLogEntryType

Members


Member nameDescription
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.