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
builderILoggingBuilderThe ILoggingBuilder to configure.
Returns
- ILoggingBuilder
The incoming
builderso that additional calls can be chained.