NuGet Packages The ILogger and ILoggerFactory interfaces are located in Microsoft.Extensions.Logging.Abstractions, with their default implementation found in Microsoft.Extensions.Logging. Log Category There are two ways to specify the category: one is using cl…

