CK-Text CK-Text
    Show / Hide Table of Contents

    Class ActivityMonitorPathCatcher.PathElement

    Element of the DynamicPath, LastErrorPath, or LastWarnOrErrorPath.

    Inheritance
    Object
    ActivityMonitorPathCatcher.PathElement
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: CK.Core
    Assembly: CK.ActivityMonitor.dll
    Syntax
    public class PathElement

    Properties

    | Improve this Doc View Source

    GroupConclusion

    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>
    | Improve this Doc View Source

    MaskedLevel

    Gets the log level of the log entry.

    Declaration
    public LogLevel MaskedLevel { get; }
    Property Value
    Type Description
    LogLevel
    | Improve this Doc View Source

    Tags

    Gets the tags of the log entry.

    Declaration
    public CKTrait Tags { get; }
    Property Value
    Type Description
    CK.Core.CKTrait
    | Improve this Doc View Source

    Text

    Gets the text of the log entry.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    String

    Methods

    | Improve this Doc View Source

    ToString()

    Overridden to return the Text of this element.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    This Text property.

    Overrides
    Object.ToString()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2015-2017 Invenietis
    Generated by DocFX