Data Object - DiagnosticManagerLogHeader(vim.DiagnosticManager.LogHeader)

Returned by
BrowseDiagnosticLog
Extends
DynamicData

Data Object Description

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.

Properties

Name Type Description
lineEndxsd:int

The last line of this log segment.
lineStartxsd:int

The first line of this log segment.
lineText*xsd:string[]

Log entries, listed by line, for this log segment.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition