Search Results for

    Show / Hide Table of Contents

    Class LogLevelLoader

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Logging.Viewer
    Assembly: cs.temp.dll.dll
    Syntax
    public class LogLevelLoader : ILogLevelLoader

    Constructors

    LogLevelLoader(UmbracoFileConfiguration)

    Declaration
    public LogLevelLoader(UmbracoFileConfiguration umbracoFileConfig)
    Parameters
    Type Name Description
    UmbracoFileConfiguration umbracoFileConfig

    Methods

    GetGlobalMinLogLevel()

    Get the Serilog minimum-level value from the config file.

    Declaration
    public LogEventLevel GetGlobalMinLogLevel()
    Returns
    Type Description
    LogEventLevel

    GetLogLevelsFromSinks()

    Get the Serilog level values of the global minimum and the UmbracoFile one from the config file.

    Declaration
    public ReadOnlyDictionary<string, LogEventLevel> GetLogLevelsFromSinks()
    Returns
    Type Description
    ReadOnlyDictionary<System.String, LogEventLevel>
    In This Article
    • Constructors
      • LogLevelLoader(UmbracoFileConfiguration)
    • Methods
      • GetGlobalMinLogLevel()
      • GetLogLevelsFromSinks()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX