CommonLoggingLoggingBackendOptions.GetLogger Property |
Function that returns a Common Logging ILog interface for a given CommonLoggingLoggingTypeSource.
The default implementation is to call LogManager.GetLogger( typeSource.DisplayFullName ).
Namespace: PostSharp.Patterns.Diagnostics.Backends.CommonLogging
Assembly: PostSharp.Patterns.Diagnostics.Backends.CommonLogging (in PostSharp.Patterns.Diagnostics.Backends.CommonLogging.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public Func<CommonLoggingLoggingTypeSource, ILog> GetLogger { get; set; }