Class ILoggerProviderPluginAttribute
Plugin for creating ILogger providers. The plugin handles configuring and creating the ILoggerProvider instance that SoLogger puts into the LoggerFactory.
Inherited Members
Namespace: SuperOffice.Diagnostics.Logging
Assembly: SoCore.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ILoggerProviderPluginAttribute : PluginAttribute
Constructors
ILoggerProviderPluginAttribute(string)
Constructor
Declaration
public ILoggerProviderPluginAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Plugin name |