Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions
Extension methods for setting up logging services in an IServiceCollection.
Adds logging services to the specified IServiceCollection.
public static IServiceCollection AddLogging(this IServiceCollection services, Action<ILoggingBuilder> configure)
Adds logging services to the specified IServiceCollection.