Interface LogQueryEntry

    • Method Detail

      • getFields

        Object[] getFields()
        Get the fields associated with this entry. The fields are indexed by the values found in LogRecordFields. A field is always non-null.
      • getRecordNumber

        long getRecordNumber()
        The record number within the log file (first one is 0).
      • getProductName

        String getProductName()
        The name of the product.
      • getDate

        Date getDate()
        The Date that the log entry was emitted.
      • getModule

        String getModule()
        The module or Logger that emitted the entry.
      • getLevel

        String getLevel()
        The Level of the entry.
      • getMessageID

        String getMessageID()
        The unique message ID identifying the entry.
      • getMessage

        String getMessage()
        The free-form message.
      • getNameValuePairs

        String getNameValuePairs()
        The raw name/value pair String for this log entry. Each pair is separated by the ';' character.
      • getThreadID

        String getThreadID()
        The ID of the thread that emitted the entry (may be null).