ILoggerFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a factory for creating loggers.
public interface ILoggerFactory
type ILoggerFactory = interface
Public Interface ILoggerFactory
Methods
| Name | Description |
|---|---|
| CreateLogger(String) |
Creates a logger with the specified category name. |
Extension Methods
| Name | Description |
|---|---|
| CreateLogger<TCategoryName>(ILoggerFactory) |
Creates a logger instance for the specified category name. |