Interface abstracts creation of Logger instances
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Remarks
This interface is used by the Hierarchy to create new Logger objects.
The CreateLogger(ILoggerRepository, String) method is called to create a named Logger.
Implement this interface to create new subclasses of Logger.
See Also