LoggerRepositorySkeleton Exists Method Apache log4net™ SDK Documentation
Test if logger exists

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

public abstract ILogger Exists(
	string name
)

Return Value

Type: ILogger
The Logger object with the name specified

Implements

ILoggerRepository Exists(String)
Remarks

Check if the named logger exists in the repository. If so return its reference, otherwise returns null.

See Also