System.Web.Configuration.ProcessModelSection.LogLevel Property

Gets or sets a value indicating the event types to be logged to the event log.

Syntax

[System.Configuration.ConfigurationProperty("logLevel", DefaultValue="Errors")]
public ProcessModelLogLevel LogLevel { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

By using this property correctly, you can filter the errors the system can log. After you have an idea of the application's malfunctions or bottlenecks, you might want to devise a strategy that narrows the range of errors you are interested in.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0