Interface ILoggerProviderPlugin
Custom logger factory. Configurate and creatify ILogger instances. Remember to mark the class with ILoggerProviderPluginAttribute.
Namespace: SuperOffice.Diagnostics.Logging
Assembly: SoCore.dll
Syntax
public interface ILoggerProviderPlugin
Methods
CreateLoggerProvider()
Create a logger factory for us. Configure it based on a config file or ConfigFile settings.
Declaration
ILoggerProvider CreateLoggerProvider()
Returns
| Type | Description |
|---|---|
| ILoggerProvider |