Interface IDynamicLoggerProvider
Namespace: Steeltoe.Extensions.Logging
Assembly: Steeltoe.Extensions.Logging.DynamicLogger.dll
Syntax
public interface IDynamicLoggerProvider
Methods
| Edit this page View SourceGetLoggerConfigurations()
Declaration
ICollection<ILoggerConfiguration> GetLoggerConfigurations()
Returns
Type | Description |
---|---|
ICollection<ILoggerConfiguration> |
SetLogLevel(String, Nullable<LogLevel>)
Declaration
void SetLogLevel(string category, LogLevel? level)
Parameters
Type | Name | Description |
---|---|---|
System.String | category | |
System.Nullable<LogLevel> | level |