Interface IDynamicLoggerProvider
- Namespace
- Steeltoe.Extensions.Logging
- Assembly
- Steeltoe.Extensions.Logging.DynamicLogger.dll
public interface IDynamicLoggerProvider : ILoggerProvider, IDisposable
- Inherited Members
Methods
GetLoggerConfigurations()
ICollection<ILoggerConfiguration> GetLoggerConfigurations()
Returns
SetLogLevel(string, LogLevel?)
void SetLogLevel(string category, LogLevel? level)