Uses of Class
br.com.objectos.logging.Level
-
-
Uses of Level in br.com.objectos.logging
Methods in br.com.objectos.logging that return Level Modifier and Type Method Description LevelEvent. getLevel()static LevelLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static Level[]Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.com.objectos.logging with parameters of type Level Modifier and Type Method Description booleanEvent. isEnabled(Level level)
-