Uses of Class
org.wildfly.core.embedded.Configuration.LoggerHint
-
Packages that use Configuration.LoggerHint Package Description org.wildfly.core.embedded -
-
Uses of Configuration.LoggerHint in org.wildfly.core.embedded
Methods in org.wildfly.core.embedded that return Configuration.LoggerHint Modifier and Type Method Description static Configuration.LoggerHintConfiguration.LoggerHint. valueOf(String name)Returns the enum constant of this type with the specified name.static Configuration.LoggerHint[]Configuration.LoggerHint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.core.embedded with parameters of type Configuration.LoggerHint Modifier and Type Method Description Configuration.BuilderConfiguration.Builder. setLoggerHint(Configuration.LoggerHint loggerHint)Sets a hint for the JBoss Logging facade on which log manager the loggers so delegate to.
-