Class LoggingBuilderExtensions
- Namespace
- Steeltoe.Logging.DynamicConsole
- Assembly
- Steeltoe.Logging.DynamicConsole.dll
public static class LoggingBuilderExtensions
- Inheritance
-
LoggingBuilderExtensions
- Inherited Members
Methods
AddDynamicConsole(ILoggingBuilder)
Replaces the built-in ConsoleLoggerProvider with DynamicConsoleLoggerProvider.
public static ILoggingBuilder AddDynamicConsole(this ILoggingBuilder builder)
Parameters
builder
ILoggingBuilderThe ILoggingBuilder to configure.
Returns
- ILoggingBuilder
The incoming
builder
so that additional calls can be chained.