Class LoggingBuilderExtensions
Inheritance
System.Object
LoggingBuilderExtensions
Namespace: Steeltoe.Logging.DynamicConsole
Assembly: Steeltoe.Logging.DynamicConsole.dll
Syntax
public static class LoggingBuilderExtensions : object
Methods
| Edit this page View SourceAddDynamicConsole(ILoggingBuilder)
Replaces the built-in
Declaration
public static ILoggingBuilder AddDynamicConsole(this ILoggingBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ILoggingBuilder | builder | The |
Returns
Type | Description |
---|---|
ILoggingBuilder | The incoming |
Configure(SimpleConsoleFormatterOptions)
Declaration
public override void Configure(SimpleConsoleFormatterOptions options)
Parameters
Type | Name | Description |
---|---|---|
SimpleConsoleFormatterOptions | options |