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

Microsoft.Extensions.DependencyInjection.LoggingServiceCollectionExtensions

Extension methods for setting up logging services in an IServiceCollection.
public static IServiceCollection AddLogging(this IServiceCollection services)

Adds logging services to the specified IServiceCollection.

public static IServiceCollection AddLogging(this IServiceCollection services, Action<ILoggingBuilder> configure)

Adds logging services to the specified IServiceCollection.