This documentation is archived and is not being maintained.

EventLogIsolation Enumeration

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.

Namespace:  System.Diagnostics.Eventing.Reader
Assembly:  System.Core (in System.Core.dll)

'Declaration
Public Enumeration EventLogIsolation
'Usage
Dim instance As EventLogIsolation

Member nameDescription
ApplicationThe log shares the access control list with the Application event log and shares the ETW session with other logs that have Application isolation.
SystemThe log shares the access control list with the System event log and shares the ETW session with other logs that have System isolation.
CustomThe event log is a custom event log that uses its own private ETW session.

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: