Specifies the event types to be logged to the event log.
Syntax
public enum ProcessModelLogLevel
Remarks
Members
Member Name | Description |
---|
All |
Specifies that all process events are logged. This field is constant.
|
Errors |
Specifies that only unexpected shutdowns, memory-limit shutdowns, and deadlock shutdowns are logged. This field is constant.
|
None |
Specifies that no events are logged. This field is constant.
|
Requirements
Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0