Interface ILogLevelLoader
Namespace: Umbraco.Cms.Core.Logging.Viewer
Assembly: cs.temp.dll.dll
Syntax
public interface ILogLevelLoader
Methods
GetGlobalMinLogLevel()
Get the Serilog minimum-level value from the config file.
Declaration
LogEventLevel GetGlobalMinLogLevel()
Returns
Type | Description |
---|---|
Log |
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 |
---|---|
Read |