Uses of Class
org.glassfish.contextpropagation.bootstrap.LoggerAdapter.MessageID
-
Packages that use LoggerAdapter.MessageID Package Description org.glassfish.contextpropagation.bootstrap org.glassfish.contextpropagation.internal -
-
Uses of LoggerAdapter.MessageID in org.glassfish.contextpropagation.bootstrap
Methods in org.glassfish.contextpropagation.bootstrap that return LoggerAdapter.MessageID Modifier and Type Method Description static LoggerAdapter.MessageIDLoggerAdapter.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.Methods in org.glassfish.contextpropagation.bootstrap with parameters of type LoggerAdapter.MessageID Modifier and Type Method Description static voidContextBootstrap. debug(Throwable t, LoggerAdapter.MessageID messageID, Object... args)static voidContextBootstrap. debug(LoggerAdapter.MessageID messageID, Object... args)voidLoggerAdapter. log(LoggerAdapter.Level level, Throwable t, LoggerAdapter.MessageID messageID, Object... args)voidLoggerAdapter. log(LoggerAdapter.Level level, LoggerAdapter.MessageID messageID, Object... args) -
Uses of LoggerAdapter.MessageID in org.glassfish.contextpropagation.internal
Methods in org.glassfish.contextpropagation.internal with parameters of type LoggerAdapter.MessageID Modifier and Type Method Description static voidUtils. validateFactoryRegistrationArgs(String key, LoggerAdapter.MessageID messageID, String contextClassName, Object factory, Map<String,?> factoriesByKey)
-