Uses of Enum Class
org.glassfish.jersey.message.internal.TracingLogger.Level
Packages that use TracingLogger.Level
-
Uses of TracingLogger.Level in org.glassfish.jersey.message.internal
Fields in org.glassfish.jersey.message.internal declared as TracingLogger.LevelModifier and TypeFieldDescriptionstatic final TracingLogger.LevelTracingLogger.DEFAULT_LEVELDefault event level.Methods in org.glassfish.jersey.message.internal that return TracingLogger.LevelModifier and TypeMethodDescriptionMsgTraceEvent.level()TracingLogger.Event.level()Level of event.static TracingLogger.LevelReturns the enum constant of this class with the specified name.static TracingLogger.Level[]TracingLogger.Level.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.glassfish.jersey.message.internal with parameters of type TracingLogger.LevelModifier and TypeMethodDescriptionstatic TracingLoggerTracingLogger.create(TracingLogger.Level threshold, String loggerNameSuffix) Create new Tracing logger.