PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​CustomLegacy­Source­LoggerFactory
Open sandboxFocus

LegacySourceLogger.Factory Property

Factory

Gets the ILoggerFactory, which allows to create new instances of the logger. This is used for instance by ForType(Type).

Declaration
public abstract ILoggerFactory2 Factory { get; }
Property Value
Type Description
ILoggerFactory2
Implements
ILogger2.Factory