Add newAppender to the list of appenders of this
Logger instance.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- newAppender
- Type: log4net.Appender IAppender
An appender to add to this logger
Implements
IAppenderAttachable AddAppender(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