|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Event is a common inteface which must implement all events.
Method Summary | |
java.lang.String |
getCategoryName()
Gets the categoryName of event |
java.util.Map |
getEventParameters()
Gets the eventParameters the event |
java.lang.String |
getMessage()
Gets the message of the event. |
java.lang.Object[] |
getMessageParameters()
Gets the array of object used for formating event message. |
java.lang.String |
getMessageText()
Gets formated message text of the event. |
int |
getSeverity()
Gets the severity of the event. |
java.lang.Throwable |
getThrowable()
Gets the throwable of the event |
java.lang.String |
getType()
Gets the type of the event. |
Method Detail |
public java.lang.String getType()
public java.lang.String getMessage()
public java.lang.String getMessageText()
public java.lang.Object[] getMessageParameters()
public java.lang.Throwable getThrowable()
public int getSeverity()
Severities.FATAL
,
Severities.ERROR
,
Severities.WARN
,
Severities.INFO
,
Severities.FINE
,
Severities.OFF
.
public java.util.Map getEventParameters()
public java.lang.String getCategoryName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |