Class JDKLevel

  • All Implemented Interfaces:
    java.io.Serializable

    final class JDKLevel
    extends java.util.logging.Level
    Levels used by the JDK logging back end.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected JDKLevel​(java.lang.String name, int value)  
      protected JDKLevel​(java.lang.String name, int value, java.lang.String resourceBundleName)  
    • 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
    • Constructor Detail

      • JDKLevel

        protected JDKLevel​(java.lang.String name,
                           int value)
      • JDKLevel

        protected JDKLevel​(java.lang.String name,
                           int value,
                           java.lang.String resourceBundleName)