Uses of Class
org.glassfish.jersey.message.internal.TracingLogger.Level

Packages that use TracingLogger.Level
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
 

Uses of TracingLogger.Level in org.glassfish.jersey.message.internal
 

Fields in org.glassfish.jersey.message.internal declared as TracingLogger.Level
static TracingLogger.Level TracingLogger.DEFAULT_LEVEL
          Default event level.
 

Methods in org.glassfish.jersey.message.internal that return TracingLogger.Level
 TracingLogger.Level TracingLogger.Event.level()
          Level of event.
 TracingLogger.Level MsgTraceEvent.level()
           
static TracingLogger.Level TracingLogger.Level.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TracingLogger.Level[] TracingLogger.Level.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.glassfish.jersey.message.internal with parameters of type TracingLogger.Level
static TracingLogger TracingLogger.create(TracingLogger.Level threshold, String loggerNameSuffix)
          Create new Tracing logger.
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.