Project JXTA

Uses of Class
net.jxta.ext.config.Trace

Packages that use Trace
net.jxta.ext.config   
 

Uses of Trace in net.jxta.ext.config
 

Fields in net.jxta.ext.config declared as Trace
static Trace Trace.DEBUG
          Debug trace.
static Trace Trace.DEFAULT
          Default trace.
static Trace Trace.ERROR
          Error trace.
static Trace Trace.INFO
          Information trace.
static Trace Default.TRACE
          Trace
static Trace Trace.WARN
          Warn trace.
 

Methods in net.jxta.ext.config that return Trace
static Trace Trace.get(String trace)
          Instantiate a Trace for the named trace level.
 Trace Configurator.getTrace()
          Gets the Trace.
 

Methods in net.jxta.ext.config with parameters of type Trace
 void Configurator.setTrace(Trace trace)
          Sets the Trace level.
 


JXTA J2SE