Package net.ssehub.easy.basics.logger
Class DebugLevel
java.lang.Object
java.util.logging.Level
net.ssehub.easy.basics.logger.DebugLevel
- All Implemented Interfaces:
Serializable
Extension for java.util.logging.Level since it does not have a DEBUG level.
- Author:
- Sass
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longGenerated serial version UID. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for DEBUG level which calls super constructor of Level. -
Method Summary
Methods inherited from class java.util.logging.Level
equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDGenerated serial version UID.- See Also:
-
-
Constructor Details
-
DebugLevel
protected DebugLevel()Constructor for DEBUG level which calls super constructor of Level. Level value is placed between CONFIG and INFO.
-