Class LogHierarchyEntry

Inheritance
object
LogHierarchyEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ETLBox.Logging
Assembly: ETLBox.dll
Syntax
    public class LogHierarchyEntry : LogEntry

Constructors

LogHierarchyEntry()

Declaration
    public LogHierarchyEntry()

LogHierarchyEntry(LogEntry)

Declaration
    public LogHierarchyEntry(LogEntry entry)
Parameters
TypeNameDescription
LogEntryentry

Properties

Children

Declaration
    public List<LogHierarchyEntry> Children { get; set; }
Property Value
TypeDescription
System.Collections.Generic.List<T><LogHierarchyEntry>

Parent

Declaration
    public LogHierarchyEntry Parent { get; set; }
Property Value
TypeDescription
LogHierarchyEntry