GetLogger
Function that returns a Common Logging ILog interface for a given CommonLoggingLoggingTypeSource.
The default implementation is to call LogManager.GetLogger( typeSource.DisplayFullName ).
Declaration
public Func<CommonLoggingLoggingTypeSource, ILog> GetLogger { get; set; }Property Value
| Type | Description |
|---|---|
| Func<CommonLoggingLoggingTypeSource, ILog> |