java.lang.Object
java.util.logging.Level
de.grogra.util.DescribedLevel
- All Implemented Interfaces:
Described,Serializable
- See Also:
-
Field Summary
Fields inherited from class java.util.logging.Level
ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNINGFields inherited from interface de.grogra.util.Described
ACCELERATOR_KEY, ICON, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, TITLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDescription(String type) Returns the description associated with the giventype.
-
Constructor Details
-
DescribedLevel
-
-
Method Details
-
getLocalizedName
- Overrides:
getLocalizedNamein classLevel
-
getDescription
Description copied from interface:DescribedReturns the description associated with the giventype.typehas to be one of the predefined constants of this interface, the returned value has to conform to the specification of the used constant.- Specified by:
getDescriptionin interfaceDescribed- Parameters:
type- the type of description- Returns:
- the description, or
nullif no description is available
-