ILoggingManager 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 logging manager that can be used to add logger providers.
public interface ILoggingManager
type ILoggingManager = interface
Public Interface ILoggingManager
Methods
| Name | Description |
|---|---|
| AddProvider(Func<LogLevel,IServiceProvider,ILoggerProvider>) |
Adds a logger provider factory to the logging manager. |