For the following API:
public static IWebHostBuilder ConfigureLogging(this IWebHostBuilder hostBuilder, Action<ILoggingBuilder> configureLogging)
The doc comment says
Adds a delegate for configuring the provided Microsoft.Extensions.Logging.LoggerFactory.
// This may be called multiple times.
Should it say LoggingBuilder instead?
For the following API:
The doc comment says
Should it say
LoggingBuilderinstead?