Uses of Enum
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
Subclasses with type arguments of type TracingLogger.Level in org.glassfish.jersey.message.internalFields in org.glassfish.jersey.message.internal declared as TracingLogger.LevelModifier and TypeFieldDescriptionstatic final TracingLogger.LevelTracingLogger.DEFAULT_LEVELDefault event level.private final TracingLogger.LevelMsgTraceEvent.levelprivate final TracingLogger.LevelTracingLogger.TracingLoggerImpl.thresholdMethods 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 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.LevelModifier and TypeMethodDescriptionstatic TracingLoggerTracingLogger.create(TracingLogger.Level threshold, String loggerNameSuffix) Create new Tracing logger.private booleanTracingLogger.TracingLoggerImpl.isEnabled(TracingLogger.Level level) Constructors in org.glassfish.jersey.message.internal with parameters of type TracingLogger.LevelModifierConstructorDescriptionprivateMsgTraceEvent(TracingLogger.Level level, String category, String messageFormat) TracingLoggerImpl(TracingLogger.Level threshold, String loggerNameSuffix) -
Uses of TracingLogger.Level in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server declared as TracingLogger.LevelModifier and TypeFieldDescriptionprivate final TracingLogger.LevelServerRuntime.tracingThresholdMethods in org.glassfish.jersey.server that return TracingLogger.LevelModifier and TypeMethodDescription(package private) static TracingLogger.LevelTracingUtils.getTracingThreshold(javax.ws.rs.core.Configuration configuration) Get application-wide tracing level threshold.private static TracingLogger.LevelTracingUtils.getTracingThreshold(TracingLogger.Level appThreshold, ContainerRequest containerRequest) Methods in org.glassfish.jersey.server with parameters of type TracingLogger.LevelModifier and TypeMethodDescriptionprivate static TracingLogger.LevelTracingUtils.getTracingThreshold(TracingLogger.Level appThreshold, ContainerRequest containerRequest) static 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
Fields in org.glassfish.jersey.server.internal declared as TracingLogger.LevelMethods in org.glassfish.jersey.server.internal that return TracingLogger.LevelConstructors in org.glassfish.jersey.server.internal with parameters of type TracingLogger.LevelModifierConstructorDescriptionprivateServerTraceEvent(TracingLogger.Level level, String category, String messageFormat)