Class DynamicLoggingBuilder
Inheritance
System.Object
DynamicLoggingBuilder
Namespace: Steeltoe.Extensions.Logging
Assembly: Steeltoe.Extensions.Logging.DynamicLogger.dll
Syntax
public static class DynamicLoggingBuilder : object
Methods
| Edit this page View SourceAddDynamicConsole(ILoggingBuilder, Boolean)
Adds Dynamic Console Logger Provider
Declaration
public static ILoggingBuilder AddDynamicConsole(this ILoggingBuilder builder, bool ensureCleanSetup = false)
Parameters
Type | Name | Description |
---|---|---|
ILoggingBuilder | builder | Your ILoggingBuilder |
System.Boolean | ensureCleanSetup | If true removes any |
Returns
Type | Description |
---|---|
ILoggingBuilder |