AuditLogEventType Enum

Definition

Type of audit log event, copy of existing EventLog event types.

public enum AuditLogEventType
type AuditLogEventType = 
Public Enum AuditLogEventType
Inheritance
AuditLogEventType

Fields

Name Value Description
Error 1

An error event that indicates critical failure in a component.

Warning 2

A warning event. This indicates a problem that is not immediately significant, but that may signify conditions that could cause future problems.

Information 4

An information event. This indicates a significant, successful operation.

SuccessAudit 8

A success audit event. This indicates a security event that occurs when an audited access attempt is successful; for example, logging on successfully.

FailureAudit 16

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.

Applies to