Package | Description |
---|---|
org.glassfish.jersey.message.internal |
Common Jersey internal messaging classes.
|
org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
Modifier and Type | Class and Description |
---|---|
class |
MsgTraceEvent
Common tracing events.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
TracingLogger.isLogEnabled(TracingLogger.Event event)
Test if a tracing support is enabled (according to
propertiesDelegate setting) and
if event can be logged (according to event.level and threshold level set). |
abstract void |
TracingLogger.log(TracingLogger.Event event,
Object... args)
Try to log event according to event level and request context threshold level setting.
|
abstract void |
TracingLogger.logDuration(TracingLogger.Event event,
long fromTimestamp,
Object... args)
Try to log event according to event level and request context threshold level setting.
|
abstract long |
TracingLogger.timestamp(TracingLogger.Event event)
If logging support is switched on for current request and event setting the method returns current timestamp in nanos.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerTraceEvent
Server side tracing events.
|
Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.