Returns the default ILoggerRepository instance.
Namespace: log4netAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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