Creates instances of the ILogger interface. An instance of this interface must be registered into the ServiceLocator.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common.dll
Syntax
[Obsolete("Use ILoggerFactoryProvider3")]
public interface ILoggerFactory
Methods
Name | Description |
---|---|
GetLogger(string, Type) | Gets an instance of the ILogger interface for a given role and Type. |