public final class LogMessageData extends Object
| Constructor and Description |
|---|
LogMessageData(int nId,
String sText,
int eSeverity,
ISODate pDate,
ISOTime pTime,
String sSOM)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDateTime()
Retrieve the date and time of the message.
|
int |
getId()
Retrieve the message Id.
|
int |
getSeverity()
Retrieve the severity of the message.
|
String |
getSeverityName()
Retrieve the severity name of the message.
|
String |
getSOMExpression()
Retrieve the SOM expression.
|
String |
getText()
Retrieve the message text.
|
void |
setSeverity(int eSeverity)
Set the severity of the message.
|
public LogMessageData(int nId,
String sText,
int eSeverity,
ISODate pDate,
ISOTime pTime,
String sSOM)
nId - -
the message IdsText - -
the message texteSeverity - -
the message severitypDate - -
the message datepTime - -
the message timesSOM - -
the SOM expression for the node causing the messagepublic String getDateTime()
public int getId()
public int getSeverity()
public String getSeverityName()
public String getSOMExpression()
public String getText()
public void setSeverity(int eSeverity)
eSeverity - - the value of the severityCopyright © 2010 - 2020 Adobe. All Rights Reserved