Uses of Class
org.glassfish.jersey.message.internal.TracingLogger
-
Packages that use TracingLogger Package Description org.glassfish.jersey.message.internal Common Jersey internal messaging classes. -
-
Uses of TracingLogger in org.glassfish.jersey.message.internal
Methods in org.glassfish.jersey.message.internal that return TracingLogger Modifier and Type Method Description static TracingLoggerTracingLogger. create(TracingLogger.Level threshold, String loggerNameSuffix)Create new Tracing logger.static TracingLoggerTracingLogger. empty()Get an empty (no-op) tracing logger instance.static TracingLoggerTracingLogger. getInstance(PropertiesDelegate propertiesDelegate)Returns instance ofTracingLoggerassociated with current request processing (propertiesDelegate).
-