<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.0" />

Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions

Extension methods for setting up logging services in an IServiceCollection.
namespace Microsoft.Extensions.DependencyInjection { public static class LoggingServiceCollectionExtensions { public static IServiceCollection AddLogging(this IServiceCollection services); public static IServiceCollection AddLogging(this IServiceCollection services, Action<ILoggingBuilder> configure); } }