Interface ILoggerFactoryProvider
Creates instances of ILoggerFactory2. An instance of this interface must be registered into the ServiceLocator.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface ILoggerFactoryProvider
Methods
Name | Description |
---|---|
GetLoggerFactory(String) | Gets an instance of the ILoggerFactory2 interface. |