ProcessModelLogLevel Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Specifies the event types to be logged to the event log.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| All | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that all process events are logged. This field is constant. | |
| Errors | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that only unexpected shutdowns, memory-limit shutdowns, and deadlock shutdowns are logged. This field is constant. | |
| None | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies that no events are logged. This field is constant. |
The ProcessModelLogLevel enumeration contains the values to use when you set the LogLevel property.
The default value is Errors.
Available since 2.0