|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.logging.Level
gnu.inet.util.TraceLevel
public class TraceLevel
A logging level used for network trace information.
| Field Summary | |
|---|---|
static int |
TRACE
The integer value for trace logging. |
| Fields inherited from class java.util.logging.Level |
|---|
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING |
| Constructor Summary | |
|---|---|
TraceLevel(java.lang.String name)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class java.util.logging.Level |
|---|
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TRACE
| Constructor Detail |
|---|
public TraceLevel(java.lang.String name)
name - the name of this level, normally the network protocol
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||