Package net.ssehub.easy.basics.logger
Class ExceptionLevel
- java.lang.Object
-
- java.util.logging.Level
-
- net.ssehub.easy.basics.logger.ExceptionLevel
-
- All Implemented Interfaces:
java.io.Serializable
public class ExceptionLevel extends java.util.logging.LevelExtension for java.util.logging.Level since it does not have a EXCEPTION level.- Author:
- Sass
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDGenerated serial version UID.
-
Constructor Summary
Constructors Modifier Constructor Description protectedExceptionLevel()Constructor for EXCEPTION level which calls super constructor of Level.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Generated serial version UID.- See Also:
- Constant Field Values
-
-