Uses of Class
com.evolveum.midpoint.ninja.impl.LogVerbosity
-
Packages that use LogVerbosity Package Description com.evolveum.midpoint.ninja.impl -
-
Uses of LogVerbosity in com.evolveum.midpoint.ninja.impl
Methods in com.evolveum.midpoint.ninja.impl that return LogVerbosity Modifier and Type Method Description static LogVerbosity
LogVerbosity. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogVerbosity[]
LogVerbosity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.evolveum.midpoint.ninja.impl with parameters of type LogVerbosity Constructor Description Log(@NotNull LogVerbosity level, @NotNull PrintStream stream)
-