System.Web.Configuration.ProcessModelLogLevel Enumeration

Specifies the event types to be logged to the event log.

Syntax

public enum ProcessModelLogLevel

Remarks

The System.Web.Configuration.ProcessModelLogLevel enumeration contains the values to use when you set the ProcessModelSection.LogLevel property.

The default value is ProcessModelLogLevel.Errors.

Members

Member NameDescription
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