Class LogLevelLoader
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Logging.Viewer
Assembly: Umbraco.Infrastructure.dll
Syntax
public class LogLevelLoader : ILogLevelLoader
Constructors
View SourceLogLevelLoader(UmbracoFileConfiguration)
Declaration
public LogLevelLoader(UmbracoFileConfiguration umbracoFileConfig)
Parameters
Type | Name | Description |
---|---|---|
Umbraco |
umbracoFileConfig |
Methods
View SourceGetGlobalMinLogLevel()
Get the Serilog minimum-level value from the config file.
Declaration
public LogEventLevel? GetGlobalMinLogLevel()
Returns
Type | Description |
---|---|
System. |
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 |
---|---|
System. |