Return a new logger instance named as the first parameter using
factory.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- name
- Type: System String
The name of the logger to retrieve
- factory
- Type: log4net.Repository.Hierarchy ILoggerFactory
The factory that will make the new logger instance
Return Value
Type: LoggerThe logger object with the name specified
Remarks
If a logger of that name already exists, then it will be returned. Otherwise, a new logger will be instantiated by the factory parameter and linked with its existing ancestors as well as children.
See Also