Returns the default ILoggerRepository instance.
Namespace: log4net
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Return Value
Type: ILoggerRepositoryThe ILoggerRepository instance for the default repository.
Remarks
Gets the ILoggerRepository for the repository specified by the callers assembly ([M:Assembly.GetCallingAssembly()]).
See Also