EventLogIsolation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Fields
Name | Value | Description |
---|---|---|
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. |
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. |
Custom | 2 | The event log is a custom event log that uses its own private ETW session. |
Applies to
See also
.NET