|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This class represents a logging level. A logging level allows to classify events by their importance. This interface provides methods to compare Level instances. A level has a name.
Method Summary | |
---|---|
int |
compareTo(Level o)
Compares this object with the specified object for order. |
int |
getIntValue()
Returns the integer value which represents the level. |
java.lang.String |
getName()
It retrieves the name of the Level |
boolean |
isComparableWith(Level o)
This method returns true is the current level and the Level parameter are ordered. |
void |
setName(java.lang.String n)
It assigns the name of the Level |
Method Detail |
public boolean isComparableWith(Level o)
public int compareTo(Level o)
public int getIntValue()
public java.lang.String getName()
public void setName(java.lang.String n)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |