Adds an IAppender to the list of appenders of this
instance.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- newAppender
- Type: log4net.AppenderIAppender
The IAppender to add to this appender.
Implements
IAppenderAttachableAddAppender(IAppender)Remarks
If the specified IAppender is already in the list of appenders, then it won't be added again.
See Also