Get the appenders contained in this logger as an
ICollection.
Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Return Value
Type: AppenderCollectionA collection of the appenders in this logger
Implements
IAppenderAttachableAppendersRemarks
Get the appenders contained in this logger as an ICollection. If no appenders can be found, then a EmptyCollection is returned.
See Also