Interface LogQueryResult

    • Method Detail

      • getFieldNames

        String[] getFieldNames()
        Get field names for each field of a LogQueryEntry. Log entries in the server log file are of the form:
        [#|DATE|LEVEL|PRODUCT_NAME|MODULE|NAME_VALUE_PAIRS|MESSAGE|#]

        The metadata contains most of these fields, but does contain the PRODUCT_NAME or '#' columns.
      • getEntries

        LogQueryEntry[] getEntries()
        Return all log entries found by the query not including the field headers.