public class LogMessage extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_CLUSTER_UUID |
static String |
FIELD_ID |
static String |
FIELD_SERVER_ID |
static String |
FIELD_SEVERITY |
static String |
FIELD_TESTRUN_FQN |
static String |
FIELD_TIME |
static String |
INDEX_SERVER |
static String |
INDEX_SEVERITY |
static String |
INDEX_TIME |
Constructor and Description |
---|
LogMessage(String clusterUUID,
String serverId,
String testRunFQN,
int severity,
long time,
String message) |
Modifier and Type | Method and Description |
---|---|
String |
getClusterUUID() |
String |
getId() |
String |
getMessage() |
String |
getServerId() |
int |
getSeverity() |
String |
getTestRunFQN() |
long |
getTime() |
String |
toString() |
public static final String FIELD_ID
public static final String FIELD_CLUSTER_UUID
public static final String FIELD_SERVER_ID
public static final String FIELD_TESTRUN_FQN
public static final String FIELD_SEVERITY
public static final String FIELD_TIME
public static final String INDEX_SEVERITY
public static final String INDEX_SERVER
public static final String INDEX_TIME
public LogMessage(String clusterUUID, String serverId, String testRunFQN, int severity, long time, String message)
clusterUUID
- the unique identifier of the clusterserverId
- the server identifiertestRunFQN
- the name of the test runseverity
- the log severity (higher:more serious)time
- the log message timemessage
- the log message itselfCopyright © 2014. All rights reserved.