Package | Description |
---|---|
org.glassfish.tyrus.core |
Core classes.
|
Modifier and Type | Method and Description |
---|---|
static DebugContext.Type |
DebugContext.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DebugContext.Type[] |
DebugContext.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DebugContext.appendLogMessage(Logger logger,
Level loggingLevel,
DebugContext.Type type,
Object... messageParts)
Append a message to the log, the logging will be postponed until the message can be provided with a session ID.
|
void |
DebugContext.appendLogMessageWithThrowable(Logger logger,
Level loggingLevel,
DebugContext.Type type,
Throwable t,
Object... messageParts)
Append a message to the log, the logging will be postponed until the message can be provided with a session ID.
|
void |
DebugContext.appendStandardOutputMessage(DebugContext.Type type,
String message)
Write a message to the standard output, the logging will be postponed until the message can be provided with
a session ID.
|
void |
DebugContext.appendTraceMessage(Logger logger,
Level loggingLevel,
DebugContext.Type type,
Object... messageParts)
Append a message to the log and to the list of trace messages that are sent in handshake response.
|
void |
DebugContext.appendTraceMessageWithThrowable(Logger logger,
Level loggingLevel,
DebugContext.Type type,
Throwable t,
Object... messageParts)
Append a message to the log and to the list of trace messages that are sent in handshake response.
|
Copyright © 2012-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.