Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
interface Microsoft.​Extensions.​Logging.​ILoggerProvider
Assembly: Microsoft.Extensions.Logging.Abstractions
Implemented Interfaces
Represents a type that can create instances of <see cref="T:Microsoft.Extensions.Logging.ILogger" /> .
Methods
CreateLogger​(string categoryName)
Creates a new <see cref="T:Microsoft.Extensions.Logging.ILogger" /> instance.
Returns The instance of <see cref="T:Microsoft.Extensions.Logging.ILogger" /> that was created.
categoryName
The category name for messages produced by the logger.