<PackageReference Include="Microsoft.Extensions.Logging" Version="11.0.0-preview.3.26207.106" />

Microsoft.Extensions.Logging.LoggerInformation

namespace Microsoft.Extensions.Logging { internal readonly struct LoggerInformation { public ILogger Logger { get; } public string Category { get; } public Type ProviderType { get; } public bool ExternalScope { get; } public LoggerInformation(ILoggerProvider provider, string category); } }