Methods Summary |
---|
public java.util.Date | getDate()The Date that the log entry was emitted.
|
public java.lang.Object[] | getFields()Get the fields associated with this entry.
The fields are indexed by the values found in
{@link LogRecordFields}. A field is always non-null.
|
public java.lang.String | getLevel()The Level of the entry.
|
public java.lang.String | getMessage()The free-form message.
|
public java.lang.String | getMessageID()The unique message ID identifying the entry.
|
public java.lang.String | getModule()The module or Logger that emitted the entry.
|
public java.lang.String | getNameValuePairs()The raw name/value pair String for this log entry. Each
pair is separated by the ';' character.
|
public java.util.Map | getNameValuePairsMap()A Map containing name/value pairs as parsed
from the String given by {@link #getNameValuePairs}.
Values which are available for public use are:
- {@link #THREAD_ID_KEY}
- {@link #OBJECT_NAME_KEY}
|
public java.lang.String | getProductName()The name of the product.
|
public long | getRecordNumber()The record number within the log file (first one is 0).
|
public java.lang.String | getThreadID()The ID of the thread that emitted the entry (may be null).
|