Search Results for

    Show / Hide Table of Contents

    Struct ParserFeedbackLogLine

    Struct for each log message of ParserFeedback

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: TimeSeriesAnalysis.Utility
    Assembly: TimeSeriesAnalysis.dll
    Syntax
    public struct ParserFeedbackLogLine

    Fields

    | Edit this page View Source

    message

    Message Text

    Declaration
    public string message
    Field Value
    Type Description
    string
    | Edit this page View Source

    messageLevel

    The level of the message

    Declaration
    public ParserfeedbackMessageLevel messageLevel
    Field Value
    Type Description
    ParserfeedbackMessageLevel
    | Edit this page View Source

    time

    Time of message

    Declaration
    public DateTime time
    Field Value
    Type Description
    DateTime
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX