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