Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer