Microsoft.Extensions.Logging.Logger<T>
Delegates to a new ILogger instance using the full name of the given type, created by the
provided ILoggerFactory.
namespace Microsoft.Extensions.Logging
{
public class Logger<[Nullable(2)] T> : ILogger<T>, ILogger
{
public Logger(ILoggerFactory factory);
}
}