Interface ILogLevelLoader
Namespace: Umbraco.Cms.Core.Logging.Viewer
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface ILogLevelLoader
Methods
View SourceGetGlobalMinLogLevel()
Get the Serilog minimum-level value from the config file.
Declaration
LogEventLevel? GetGlobalMinLogLevel()
Returns
Type | Description |
---|---|
System.Nullable<LogEventLevel> |
GetLogLevelsFromSinks()
Get the Serilog level values of the global minimum and the UmbracoFile one from the config file.
Declaration
ReadOnlyDictionary<string, LogEventLevel?> GetLogLevelsFromSinks()
Returns
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyDictionary<System.String, System.Nullable<LogEventLevel>> |