Uses of Class
org.glassfish.jersey.message.internal.TracingLogger.Level
-
Packages that use TracingLogger.Level Package Description org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.internal 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.Level Modifier and Type Field Description static TracingLogger.LevelTracingLogger. DEFAULT_LEVELDefault event level.Methods in org.glassfish.jersey.message.internal that return TracingLogger.Level Modifier and Type Method Description TracingLogger.LevelMsgTraceEvent. level()TracingLogger.LevelTracingLogger.Event. level()Level of event.static TracingLogger.LevelTracingLogger.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 Modifier and Type Method Description static 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.Level Modifier and Type Method Description 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
Methods in org.glassfish.jersey.server.internal that return TracingLogger.Level Modifier and Type Method Description TracingLogger.LevelServerTraceEvent. level()
-