Gets the appenders contained in this appender as an
ICollection.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
public virtual AppenderCollection Appenders { get; }
Public Overridable ReadOnly Property Appenders As AppenderCollection
Get
public:
virtual property AppenderCollection^ Appenders {
AppenderCollection^ get ();
}
abstract Appenders : AppenderCollection with get
override Appenders : AppenderCollection with get
Return Value
Type:
AppenderCollection
A collection of the appenders in this appender.
Implements
IAppenderAttachableAppenders
If no appenders can be found, then an
EmptyCollection
is returned.
Reference