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