Class LogConfigurationTracingSection
Class dealing with LogConfigurationTracing section
Inheritance
System.Object
LogConfigurationTracingSection
Namespace: PnP.Framework.Diagnostics
Assembly: PnP.Framework.dll
Syntax
public class LogConfigurationTracingSection : ConfigurationSection
Properties
Logger
Gets or sets "logger" config property
Declaration
public LogConfigurationTracingLoggerElement Logger { get; set; }
Property Value
LogConfigurationTracingLoggerElement
|
LogLevel
Gets or sets "loglevel" config property
Declaration
public LogLevel LogLevel { get; set; }
Property Value
LogLevel
|