ILoggerFactoryProvider Interface |
Creates instances of ILoggerFactory2. An instance of this interface must be registered into the ServiceLocator.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.21.0 (6.5.21.0)
C#
public interface ILoggerFactoryProvider
The ILoggerFactoryProvider type exposes the following members.
Name | Description | |
---|---|---|
GetLoggerFactory |
Gets an instance of the ILoggerFactory2 interface.
|