This documentation is archived and is not being maintained.
EventLogIsolation Enumeration
Visual Studio 2008
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.
Assembly: System.Core (in System.Core.dll)
| Member name | Description | |
|---|---|---|
| Application | 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 | 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 | The 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.
Show: