Uses of Class
com.fizzed.crux.util.MessageLevel
-
-
Uses of MessageLevel in com.fizzed.crux.util
Methods in com.fizzed.crux.util that return MessageLevel Modifier and Type Method Description static MessageLevelMessageLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageLevel[]MessageLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fizzed.crux.util with parameters of type MessageLevel Modifier and Type Method Description static voidSlf4jUtil. log(MessageLevel messageLevel, org.slf4j.Logger log, java.lang.String message, java.lang.Object... arguments)
-