| Package | Description |
|---|---|
| org.glassfish.contextpropagation.bootstrap | |
| org.glassfish.contextpropagation.internal |
| Modifier and Type | Method and Description |
|---|---|
static LoggerAdapter.MessageID |
LoggerAdapter.MessageID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggerAdapter.MessageID[] |
LoggerAdapter.MessageID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ContextBootstrap.debug(LoggerAdapter.MessageID messageID,
Object... args) |
static void |
ContextBootstrap.debug(Throwable t,
LoggerAdapter.MessageID messageID,
Object... args) |
void |
LoggerAdapter.log(LoggerAdapter.Level level,
LoggerAdapter.MessageID messageID,
Object... args) |
void |
LoggerAdapter.log(LoggerAdapter.Level level,
Throwable t,
LoggerAdapter.MessageID messageID,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Utils.validateFactoryRegistrationArgs(String key,
LoggerAdapter.MessageID messageID,
String contextClassName,
Object factory,
Map<String,?> factoriesByKey) |
Copyright © 2019. All rights reserved.