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

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual IAppender GetAppender(
	string name
)

Parameters

name
Type: SystemString
The name of the appender to lookup.

Return Value

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

Implements

IAppenderAttachableGetAppender(String)
Remarks

Get the named appender attached to this buffering appender.

See Also

Reference