DiagnosticManagerLogHeader

DiagnosticManagerLogHeader
DiagnosticManagerLogHeader

A header that is returned with a set of log entries.

This header describes where entries are located in the log file. Log files typically grow dynamically, so indexes based on line numbers may become inaccurate.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "lineStart": 0,
    "lineEnd": 0,
    "lineText": [
        "string"
    ]
}
integer As int32 As int32
lineStart
Required

The first line of this log segment.

integer As int32 As int32
lineEnd
Required

The last line of this log segment.

array of string
lineText
Optional

Log entries, listed by line, for this log segment.