EventLogIsolation Enum

Definition

Defines the default access permissions for the event log. The Application and System values indicate that the log shares the access control list (ACL) with the appropriate Windows log (the Application or System event logs) and share the Event Tracing for Windows (ETW) session with other logs of the same isolation. All channels with Custom isolation use a private ETW session.

public enum class EventLogIsolation
public enum EventLogIsolation
type EventLogIsolation = 
Public Enum EventLogIsolation
Inheritance
EventLogIsolation

Fields

Application 0

The log shares the access control list with the Application event log and shares the ETW session with other logs that have Application isolation.

Custom 2

The event log is a custom event log that uses its own private ETW session.

System 1

The log shares the access control list with the System event log and shares the ETW session with other logs that have System isolation.

Applies to

See also