ILogger2.Factory Property |
Note: This API is now obsolete.
Gets the ILoggerFactory, which allows to create new instances of the logger. This is used for instance by ForType(Type).
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 ILogger3.Factory")] ILoggerFactory2 Factory { get; }