Gets or sets the parent logger in the hierarchy.
Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.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