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

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

Implements

IAppenderAttachableGetAppender(String)
Remarks

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

See Also

Reference