AppenderAttachedImpl GetAppender Method Apache log4net™ SDK Documentation
Gets an attached appender with the specified name.

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

public IAppender GetAppender(
	string name
)

Return Value

Type: IAppender
The appender with the name specified, or null if no appender with the specified name is found.

Implements

IAppenderAttachable GetAppender(String)
Remarks

Lookup an attached appender by name.

See Also