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. -
-
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.
-