Package net.ssehub.easy.basics.logger
Class ExceptionLevel
java.lang.Object
java.util.logging.Level
net.ssehub.easy.basics.logger.ExceptionLevel
- All Implemented Interfaces:
Serializable
Extension for java.util.logging.Level since it does not have a EXCEPTION level.
- Author:
- Sass
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longGenerated serial version UID. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor for EXCEPTION 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
-
ExceptionLevel
protected ExceptionLevel()Constructor for EXCEPTION level which calls super constructor of Level. Level value is placed between CONFIG and INFO.
-