Microsoft.Extensions.Logging.LoggingBuilderExtensions
Extension methods for setting up logging services in an ILoggingBuilder.
Adds the given ILoggerProvider to the ILoggingBuilder
Removes all ILoggerProviders from builder.
public static ILoggingBuilder Configure(this ILoggingBuilder builder, Action<LoggerFactoryOptions> action)
Configure the builder with the LoggerFactoryOptions.
Sets a minimum LogLevel requirement for log messages to be logged.