Logger Hierarchy 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: 1.2.15.0 (1.2.15.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