Class Logging.LogLevel

  • All Implemented Interfaces:
    Serializable
    Enclosing class:
    Logging

    protected static class Logging.LogLevel
    extends Level
    Custom logging level used for FATAL and OPERATION.
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class Level

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

      Constructors 
      Constructor Description
      LogLevel​(String name, int level)  
    • Method Summary

      • Methods inherited from class Level

        equals, getLocalizedName, getName, getResourceBundleName, hashCode, intValue, parse, toString
      • Methods inherited from class Object

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

      • LogLevel

        public LogLevel​(String name,
                        int level)