Title here
Summary here
public class LogHierarchyEntry : LogEntry
public LogHierarchyEntry()
public LogHierarchyEntry(LogEntry entry)
Type | Name | Description |
---|---|---|
LogEntry | entry |
public List<LogHierarchyEntry> Children { get; set; }
Type | Description |
---|---|
List<LogHierarchyEntry> |
[JsonIgnore]
public LogHierarchyEntry Parent { get; set; }
Type | Description |
---|---|
LogHierarchyEntry |