public class AppenderCollection extends com.aspose.ms.System.Collections.ObjectModel.Collection<IAppender>
Represents the collecton for Appender objects.
Constructor and Description |
---|
AppenderCollection()
Initializes a new instance of the AppenderCollection class.
|
Modifier and Type | Method and Description |
---|---|
int |
addAppender(IAppender value)
Adds an IAppender object to the end of collection.
|
void |
addRange(Iterable<IAppender> value)
Adds an IAppenders enumeration to the end of collection.
|
public AppenderCollection()
Initializes a new instance of the AppenderCollection class.
public final int addAppender(IAppender value)
Adds an IAppender object to the end of collection.
value
- The IAppender to be added to the end of the collection. The value can be null.