AppenderCollection.Add
AppenderCollection.Add method
Adds an IAppender object to the end of collection.
public int Add(IAppender value)
| Parameter | Type | Description |
|---|---|---|
| value | IAppender | The IAppender to be added to the end of the collection. The value can be null. |
Return Value
The index at which the value has been added.
See Also
- interface IAppender
- class AppenderCollection
- namespace Aspose.Email.Tools.Logging
- assembly Aspose.Email