|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.common.log.LogLevel
LogLevel for Loggers
LogPane,
Log| Constructor Summary | |
LogLevel(int level,
java.lang.String description,
java.io.PrintStream printStream,
java.awt.Color outputColor)
Constructor for LogLevel. |
|
| Method Summary | |
java.lang.String |
getDescription()
Returns the description. |
int |
getLevel()
Returns the level. |
java.awt.Color |
getOutputColor()
Returns the outputColor. |
java.io.PrintStream |
getPrintStream()
Returns the printStream. |
boolean |
isValidLevel(LogLevel logLevel)
Checks if the argument contains a valid logLevel for this Object level. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LogLevel(int level,
java.lang.String description,
java.io.PrintStream printStream,
java.awt.Color outputColor)
level - the leveldescription - description of the LogLevelprintStream - output stream to writeoutputColor - predefined color for writing into a logPane| Method Detail |
public boolean isValidLevel(LogLevel logLevel)
logLevel -
public int getLevel()
public java.lang.String getDescription()
public java.io.PrintStream getPrintStream()
public java.awt.Color getOutputColor()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||