log4net SDK Documentation - Microsoft .NET Framework 4.0 |
|
IAppenderAttachable.AddAppender Method
Attaches an appender.
[Visual Basic]
Sub AddAppender( _
ByVal
appender As
IAppender _
)
Parameters
-
appender
- The appender to add.
Remarks
Add the specified appender. The implementation may choose to allow or deny duplicate appenders.
See Also
IAppenderAttachable Interface | log4net.Core Namespace