log4net SDK Reference

Logger.Hierarchy Property

Gets or sets the Hierarchy where this Logger instance is attached to.

[Visual Basic]
Overridable Public Property Hierarchy As Hierarchy
[C#]
public virtual Hierarchy Hierarchy {get; set;}

Property Value

The hierarchy that this logger belongs to.

Remarks

This logger must be attached to a single Hierarchy.

See Also

Logger Class | log4net.Repository.Hierarchy Namespace