Class AppenderCollection
AppenderCollection class
Represents the collecton for Appender objects.
public class AppenderCollection : Collection<IAppender>
Constructors
| Name | Description | 
|---|---|
| AppenderCollection() | Initializes a new instance of the AppenderCollection class. | 
Methods
| Name | Description | 
|---|---|
| Add(IAppender) | Adds an IAppender object to the end of collection. | 
| AddRange(IEnumerable<IAppender>) | Adds an IAppenders enumeration to the end of collection. | 
See Also
- interface IAppender
 - namespace Aspose.Email.Tools.Logging
 - assembly Aspose.Email