Class 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
Type | Name | Description |
---|---|---|
LogEntry | entry |
Properties
Children
Declaration
public List<LogHierarchyEntry> Children { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<T><LogHierarchyEntry> |
Parent
Declaration
public LogHierarchyEntry Parent { get; set; }
Property Value
Type | Description |
---|---|
LogHierarchyEntry |