ILoggerFactoryProvider Interface |
Note: This API is now obsolete.
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.10.10.0 (6.10.10.0)
C#
[ObsoleteAttribute("Use ILoggerFactoryProvider3")] public interface ILoggerFactoryProvider
The ILoggerFactoryProvider type exposes the following members.
Name | Description | |
---|---|---|
GetLoggerFactory |
Gets an instance of the ILoggerFactory2 interface.
|