|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Level
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. |
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(String n)
It assigns the name of the Level |
| Method Detail |
|---|
boolean isComparableWith(Level o)
int compareTo(Level o)
int getIntValue()
String getName()
void setName(String n)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||