Mono Class Library: System.Diagnostics Namespace

System.Diagnostics.DiagnosticsConfigurationHandler Class

A .config file section handler that handles initialization of diagnostic messages (and related settings). [Edit]

See Also: DiagnosticsConfigurationHandler Members

[System.Obsolete("This class is obsoleted")]
public class DiagnosticsConfigurationHandler : System.Configuration.IConfigurationSectionHandler

Remarks

Paraphrasing the .NET SDK documentation: "This type is for internal use ONLY. Please Ignore it."

We're Mono, so we can do better than that. This class handles the <system.diagostics/> element in the application .config file, permitting the management of System.Diagnostics.TraceListeners, System.Diagnostics.Switches, and related classes.

This class is listed in the "machine.config" file, in a (XPath) /configuration/configSections/section element. Machine.config is read by System.Configuration.ConfigurationSettings during .config file handling.

[Edit]

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0