Class ILoggerProviderPluginAttribute
Plugin for creating ILogger providers. The plugin handles configuring and creating the ILoggerProvider instance that SoLogger puts into the LoggerFactory.
Namespace: SuperOffice.Diagnostics.Logging
Assembly: SoCore.dll
Syntax
public class ILoggerProviderPluginAttribute : PluginAttribute
Constructors
ILoggerProviderPluginAttribute(String)
Constructor
Declaration
public ILoggerProviderPluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name | Plugin name |
See Also
Extension Methods
EnumUtil.MapEnums<From, To>(From)