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