Table of Contents

Class DynamicLoggingBuilder

Namespace
Steeltoe.Extensions.Logging
Assembly
Steeltoe.Extensions.Logging.DynamicLogger.dll
public static class DynamicLoggingBuilder
Inheritance
DynamicLoggingBuilder
Inherited Members

Methods

AddDynamicConsole(ILoggingBuilder, bool)

Adds Dynamic Console Logger Provider

public static ILoggingBuilder AddDynamicConsole(this ILoggingBuilder builder, bool ensureCleanSetup = false)

Parameters

builder ILoggingBuilder

Your ILoggingBuilder

ensureCleanSetup bool

If true removes any ConsoleLoggerProvider, ensures logging config classes are available

Returns

ILoggingBuilder