@Taxonomy(stability=EXPERIMENTAL)
public interface LogQueryEntry
LogQuery.queryServerLog(java.lang.String, long, boolean, int, java.lang.Long, java.lang.Long, java.lang.String, java.util.Set<java.lang.String>, java.util.List<javax.management.Attribute>, java.lang.String).LogQueryResult| Modifier and Type | Field and Description |
|---|---|
static String |
OBJECT_NAME_KEY
Key for the ObjectName within the Map returned by
getNameValuePairsMap(). |
static String |
THREAD_ID_KEY
Key for the thread ID within the Map returned by
getNameValuePairsMap(). |
| Modifier and Type | Method and Description |
|---|---|
Date |
getDate()
The Date that the log entry was emitted.
|
Object[] |
getFields()
Get the fields associated with this entry.
|
String |
getLevel()
The Level of the entry.
|
String |
getMessage()
The free-form message.
|
String |
getMessageID()
The unique message ID identifying the entry.
|
String |
getModule()
The module or Logger that emitted the entry.
|
String |
getNameValuePairs()
The raw name/value pair String for this log entry.
|
Map<String,String> |
getNameValuePairsMap()
A Map containing name/value pairs as parsed
from the String given by
getNameValuePairs(). |
String |
getProductName()
The name of the product.
|
long |
getRecordNumber()
The record number within the log file (first one is 0).
|
String |
getThreadID()
The ID of the thread that emitted the entry (may be null).
|
static final String THREAD_ID_KEY
getNameValuePairsMap().
Value is of type java.lang.String.static final String OBJECT_NAME_KEY
getNameValuePairsMap().
Value is of type javax.management.ObjectName.Object[] getFields()
LogRecordFields. A field is always non-null.long getRecordNumber()
String getProductName()
Date getDate()
String getModule()
String getLevel()
String getMessageID()
String getMessage()
Map<String,String> getNameValuePairsMap()
getNameValuePairs().
Values which are available for public use are:
String getNameValuePairs()
String getThreadID()
Copyright © 2019. All rights reserved.