Uses of Class
org.glassfish.contextpropagation.bootstrap.LoggerAdapter.Level
-
Packages that use LoggerAdapter.Level Package Description org.glassfish.contextpropagation.bootstrap -
-
Uses of LoggerAdapter.Level in org.glassfish.contextpropagation.bootstrap
Methods in org.glassfish.contextpropagation.bootstrap that return LoggerAdapter.Level Modifier and Type Method Description static LoggerAdapter.LevelLoggerAdapter.Level. valueOf(String name)Returns the enum constant of this type with the specified name.static LoggerAdapter.Level[]LoggerAdapter.Level. 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.Level Modifier and Type Method Description booleanLoggerAdapter. isLoggable(LoggerAdapter.Level level)voidLoggerAdapter. log(LoggerAdapter.Level level, Throwable t, LoggerAdapter.MessageID messageID, Object... args)voidLoggerAdapter. log(LoggerAdapter.Level level, LoggerAdapter.MessageID messageID, Object... args)
-