LogManagerGetRepository Method Apache log4net™ SDK Documentation
Returns the default ILoggerRepository instance.

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

public static ILoggerRepository GetRepository()

Return Value

Type: ILoggerRepository
The ILoggerRepository instance for the default repository.
Remarks

Gets the ILoggerRepository for the repository specified by the callers assembly ([M:Assembly.GetCallingAssembly()]).

See Also

Reference