Class DebugLevel

  • All Implemented Interfaces:
    java.io.Serializable

    public class DebugLevel
    extends java.util.logging.Level
    Extension 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 long serialVersionUID
      Generated serial version UID.
      • Fields inherited from class java.util.logging.Level

        ALL, CONFIG, FINE, FINER, FINEST, INFO, OFF, SEVERE, WARNING
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DebugLevel()
      Constructor 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        Generated serial version UID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DebugLevel

        protected DebugLevel()
        Constructor for DEBUG level which calls super constructor of Level. Level value is placed between CONFIG and INFO.