BufferingForwardingAppender GetAppender Method Apache log4net™ SDK Documentation
Looks for the appender with the specified name.

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public virtual IAppender GetAppender(
	string name
)

Return Value

Type: IAppender
The appender with the specified name, or null.

Implements

IAppenderAttachable GetAppender(String)
Remarks

Get the named appender attached to this buffering appender.

See Also