public java.lang.String[] | getFieldNames()Get field names for each field of a {@link 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.
|