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.
|
Modifier and Type | Field and Description |
---|---|
static TracingLogger.Level |
TracingLogger.DEFAULT_LEVEL
Default event level.
|
private TracingLogger.Level |
MsgTraceEvent.level |
private TracingLogger.Level |
TracingLogger.TracingLoggerImpl.threshold |
Modifier and Type | Method and Description |
---|---|
TracingLogger.Level |
MsgTraceEvent.level() |
TracingLogger.Level |
TracingLogger.Event.level()
Level of event.
|
static TracingLogger.Level |
TracingLogger.Level.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static TracingLogger |
TracingLogger.create(TracingLogger.Level threshold,
java.lang.String loggerNameSuffix)
Create new Tracing logger.
|
private boolean |
TracingLogger.TracingLoggerImpl.isEnabled(TracingLogger.Level level) |
Constructor and Description |
---|
MsgTraceEvent(TracingLogger.Level level,
java.lang.String category,
java.lang.String messageFormat) |
TracingLoggerImpl(TracingLogger.Level threshold,
java.lang.String loggerNameSuffix) |
Modifier and Type | Field and Description |
---|---|
private TracingLogger.Level |
ServerRuntime.tracingThreshold |
Modifier and Type | Method and Description |
---|---|
(package private) static TracingLogger.Level |
TracingUtils.getTracingThreshold(javax.ws.rs.core.Configuration configuration)
Get application-wide tracing level threshold.
|
private static TracingLogger.Level |
TracingUtils.getTracingThreshold(TracingLogger.Level appThreshold,
ContainerRequest containerRequest) |
Modifier and Type | Method and Description |
---|---|
private static TracingLogger.Level |
TracingUtils.getTracingThreshold(TracingLogger.Level appThreshold,
ContainerRequest containerRequest) |
static void |
TracingUtils.initTracingSupport(TracingConfig type,
TracingLogger.Level appThreshold,
ContainerRequest containerRequest)
According to configuration/request header it initialize
TracingLogger and put it to the request properties. |
Modifier and Type | Field and Description |
---|---|
private TracingLogger.Level |
ServerTraceEvent.level |
Modifier and Type | Method and Description |
---|---|
TracingLogger.Level |
ServerTraceEvent.level() |
Constructor and Description |
---|
ServerTraceEvent(TracingLogger.Level level,
java.lang.String category,
java.lang.String messageFormat) |