Свойство | Type | Description | |
---|---|---|---|
Entry | ILogEntry | ||
Parent |
Méthode | Description | |
---|---|---|
CollectPath ( Action |
Collects the path of this ParentedLogEntry, optionally terminated with this entry.
|
|
GetPath ( List |
Collects path of ILogEntry in a reusable list (the buffer is
|
Méthode | Description | |
---|---|---|
DoGetPath ( Action |
||
ParentedLogEntry ( |
public CollectPath ( Action |
||
collector | Action |
Action for each item. |
addThis | bool | Set it to true to append to also call the collector with this entry. |
Résultat | void |
public GetPath ( List |
||
reusableBuffer | List |
List that will be cleared and filled with parents. |
addThis | bool | Set it to true to append to also add this entry. |
Résultat | void |