Table of Contents

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

ICollection<ILoggerConfiguration>

SetLogLevel(string, LogLevel?)

void SetLogLevel(string category, LogLevel? level)

Parameters

category string
level LogLevel?