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

    Class ActivityMonitorSimpleCollector.Entry

    Element of the Entries.

    Inheritance
    Object
    ActivityMonitorSimpleCollector.Entry
    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 Entry

    Fields

    | Improve this Doc View Source

    Exception

    The exception of the log entry if any.

    Declaration
    public readonly Exception Exception
    Field Value
    Type Description
    Exception
    | Improve this Doc View Source

    LogTime

    Time of the log entry.

    Declaration
    public readonly DateTimeStamp LogTime
    Field Value
    Type Description
    CK.Core.DateTimeStamp
    | Improve this Doc View Source

    MaskedLevel

    The log level of the log entry.

    Declaration
    public readonly LogLevel MaskedLevel
    Field Value
    Type Description
    LogLevel
    | Improve this Doc View Source

    Tags

    The tags of the log entry.

    Declaration
    public readonly CKTrait Tags
    Field Value
    Type Description
    CK.Core.CKTrait
    | Improve this Doc View Source

    Text

    The text of the log entry.

    Declaration
    public readonly string Text
    Field 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