ILoggerProvider public interface ILoggerProvider : IDisposable Represents a type that can create instances of ILogger. Documentation Code ILogger CreateLogger(string categoryName) Creates a new ILogger instance.