Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

AppenderCollection.AddRange�Method

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