Uses of Class
berlin.yuna.mavendeploy.model.Logger.LogLevel
-
Packages that use Logger.LogLevel Package Description berlin.yuna.mavendeploy.model -
-
Uses of Logger.LogLevel in berlin.yuna.mavendeploy.model
Methods in berlin.yuna.mavendeploy.model that return Logger.LogLevel Modifier and Type Method Description static Logger.LogLevelLogger.LogLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Logger.LogLevel[]Logger.LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in berlin.yuna.mavendeploy.model with parameters of type Logger.LogLevel Modifier and Type Method Description LoggerLogger. setLogLevel(Logger.LogLevel logLevel)
-