ILoggerFactory InterfaceApache log4net™ SDK Documentation
Interface abstracts creation of Logger instances

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

public interface ILoggerFactory
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