Class LogHierarchyEntry

Inheritance
LogHierarchyEntry
Namespace: ETLBox.Logging
Assembly: ETLBox.Logging.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
List<LogHierarchyEntry>

Parent

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