|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sybase.uep.bobclient.data.LoggerLevel
public class LoggerLevel
This is the logger level name object
This holds information about a logger level name used in the AppLogsScreen operation
AppLogsScreen
Constructor Summary | |
---|---|
LoggerLevel(java.lang.String loggerLevelName,
int level,
int nodeCount)
|
Method Summary | |
---|---|
int |
getLevel()
Get the logger level for the level node |
int |
getNodeCount()
Get the count of the entries for this logger level |
int |
setLevel()
Set the logger level for the level node |
void |
setNodeCount(int count)
|
java.lang.String |
toString()
Get the name of the logger level node |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LoggerLevel(java.lang.String loggerLevelName, int level, int nodeCount)
loggerLevelName
- the name of this logger level nodelevel
- the level of this logger level nodenodeCount
- the count of the entries in this logger level nodeMethod Detail |
---|
public int getLevel()
public int setLevel()
public int getNodeCount()
public void setNodeCount(int count)
count
- the current count of the entries for this logger level
Set the count of the entries for this logger levelpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |