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