ILoggingBuilder
An interface for configuring logging providers.
using Microsoft.Extensions.DependencyInjection;
using System.Runtime.CompilerServices;
namespace Microsoft.Extensions.Logging
{
[System.Runtime.CompilerServices.NullableContext(1)]
public interface ILoggingBuilder
{
IServiceCollection Services { get; }
}
}