|
Project JXTA | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.jxta.ext.config.Trace
public class Trace
Container for registered trace instances.
Field Summary | |
---|---|
static Trace |
DEBUG
Debug trace. |
static Trace |
DEFAULT
Default trace. |
static Trace |
ERROR
Error trace. |
static Trace |
INFO
Information trace. |
static Trace |
WARN
Warn trace. |
Method Summary | |
---|---|
static Trace |
get(String trace)
Instantiate a Trace for the named trace level. |
static List |
getTraces()
Available traces iterator. |
String |
toString()
String representation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Trace ERROR
public static final Trace WARN
public static final Trace INFO
public static final Trace DEBUG
public static final Trace DEFAULT
Method Detail |
---|
public static Trace get(String trace)
Trace
for the named trace level.
trace
- trace level
public static List getTraces()
public String toString()
toString
in class Object
|
JXTA J2SE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |