log4net SDK Reference

AppenderCollection.AddRange Method

[This is preliminary documentation and subject to change.]

Adds the elements of another AppenderCollection to the current AppenderCollection.

Overload List

Adds the elements of another AppenderCollection to the current AppenderCollection.

public virtual int AddRange(AppenderCollection);

Adds the elements of a IAppender array to the current AppenderCollection.

public virtual int AddRange(IAppender[]);

Adds the elements of a IAppender collection to the current AppenderCollection.

public virtual int AddRange(ICollection);

See Also

AppenderCollection Class | log4net.Appender Namespace