PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomILogger­Factory­Provider3
Open sandboxFocus

ILoggerFactoryProvider3 Interface

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.