A new version of ILoggerFactoryProvider that also provides a logger factory that can create loggers based on names rather than based on a type.
Namespace: PostSharp.Patterns.Diagnostics.Custom
Assembly: PostSharp.Patterns.Common.dll
Syntax
public interface ILoggerFactoryProvider3 : ILoggerFactoryProvider
Methods
Name | Description |
---|---|
GetLoggerFactory3(string) | Gets the ILoggerFactory3 for the given role. |