Interface ILoggerProvider
Inherited Members
Namespace: Microsoft.Extensions.Logging
Assembly: Microsoft.Extensions.Logging.Abstractions.dll
Syntax
public interface ILoggerProvider : IDisposable
Methods
CreateLogger(string)
Declaration
ILogger CreateLogger(string categoryName)
Parameters
Type | Name | Description |
---|---|---|
string | categoryName |
Returns
Type | Description |
---|---|
ILogger |