Package net.ssehub.easy.basics.logger
Class DebugLevel
- java.lang.Object
-
- java.util.logging.Level
-
- net.ssehub.easy.basics.logger.DebugLevel
-
- All Implemented Interfaces:
java.io.Serializable
public class DebugLevel extends java.util.logging.LevelExtension for java.util.logging.Level since it does not have a DEBUG 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 protectedDebugLevel()Constructor for DEBUG level which calls super constructor of Level.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
Generated serial version UID.- See Also:
- Constant Field Values
-
-