Uses of Class
org.jrd.backend.core.OutputController.Level
-
Packages that use OutputController.Level Package Description org.jrd.backend.core -
-
Uses of OutputController.Level in org.jrd.backend.core
Methods in org.jrd.backend.core that return OutputController.Level Modifier and Type Method Description static OutputController.Level
OutputController.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputController.Level[]
OutputController.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jrd.backend.core with parameters of type OutputController.Level Modifier and Type Method Description void
OutputController. log(OutputController.Level level, String s)
void
OutputController. log(OutputController.Level level, Throwable s)
-