Logger GetAppender Method Apache log4net™ SDK Documentation
Look for the appender named as name

Namespace: log4net.Repository.Hierarchy
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 name specified, or null.

Implements

IAppenderAttachable GetAppender(String)
Remarks

Returns the named appender, or null if the appender is not found.

See Also