ProcessModelLogLevel Enumeration
.NET Framework 2.0
Specifies the event types to be logged to the event log.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
| Member name | Description | |
|---|---|---|
| All | Specifies that all process events are logged. This field is constant. Use this option when you want to explore the possible errors an application might issue, without any filtering. This option is useful during the building and debugging phase. | |
| Errors | Specifies that only unexpected shutdowns, memory-limit shutdowns, and deadlock shutdowns are logged. This field is constant. This is the default value. | |
| None | Specifies that no events are logged. This field is constant. You might want to use this option for tested and deployed applications. |
Community Additions
ADD
Show: