Uses of Enum Class
org.glassfish.jersey.message.internal.TracingLogger.Level
Packages that use TracingLogger.Level
Package
Description
Common Jersey internal messaging classes.
Jersey server-side classes.
Jersey server-side internal classes.
-
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. -
Uses of TracingLogger.Level in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server with parameters of type TracingLogger.LevelModifier and TypeMethodDescriptionstatic voidTracingUtils.initTracingSupport(TracingConfig type, TracingLogger.Level appThreshold, ContainerRequest containerRequest) According to configuration/request header it initializeTracingLoggerand put it to the request properties. -
Uses of TracingLogger.Level in org.glassfish.jersey.server.internal
Methods in org.glassfish.jersey.server.internal that return TracingLogger.Level