LoggerHierarchy Property Apache log4net™ SDK Documentation
Gets or sets the Hierarchy where this Logger instance is attached to.

Namespace: log4net.Repository.Hierarchy
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual Hierarchy Hierarchy { get; set; }

Property Value

Type: Hierarchy
The hierarchy that this logger belongs to.
Remarks

This logger must be attached to a single Hierarchy.

See Also

Reference