Class ActivityMonitorPathCatcher.PathElement
Element of the DynamicPath, LastErrorPath, or LastWarnOrErrorPath.
Inherited Members
Namespace: CK.Core
Assembly: CK.ActivityMonitor.dll
Syntax
public class PathElement
Properties
| Improve this Doc View SourceGroupConclusion
Gets the conclusions associated to a group. Null if this element does not correspond to a group.
Declaration
public IReadOnlyList<ActivityLogGroupConclusion> GroupConclusion { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ActivityLogGroupConclusion> |
MaskedLevel
Gets the log level of the log entry.
Declaration
public LogLevel MaskedLevel { get; }
Property Value
| Type | Description |
|---|---|
| LogLevel |
Tags
Gets the tags of the log entry.
Declaration
public CKTrait Tags { get; }
Property Value
| Type | Description |
|---|---|
| CK.Core.CKTrait |
Text
Gets the text of the log entry.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| String |
Methods
| Improve this Doc View SourceToString()
Overridden to return the Text of this element.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String | This Text property. |