Gets or sets the parent logger in the hierarchy.
Namespace: log4net.Repository.HierarchyAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Property Value
Type: LoggerThe parent logger in the hierarchy.
Remarks
Part of the Composite pattern that makes the hierarchy. The hierarchy is parent linked rather than child linked.
See Also