HierarchyGetLogger Method (String)Apache log4net™ SDK Documentation
Return a new logger instance named as the first parameter using the default factory.

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

public override ILogger GetLogger(
	string name
)

Parameters

name
Type: SystemString
The name of the logger to retrieve

Return Value

Type: ILogger
The logger object with the name specified

Implements

ILoggerRepositoryGetLogger(String)
Remarks

Return a new logger instance named as the first parameter using the default factory.

If a logger of that name already exists, then it will be returned. Otherwise, a new logger will be instantiated and then linked with its existing ancestors as well as children.

See Also

Reference