Class ILevel.Level

  • All Implemented Interfaces:
    ILevel
    Enclosing interface:
    ILevel

    public static final class ILevel.Level
    extends java.lang.Object
    implements ILevel
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.anwiba.commons.logging.ILevel

        ILevel.Level
    • Constructor Summary

      Constructors 
      Constructor Description
      Level​(java.util.logging.Level level)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      int intValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Level

        public Level​(java.util.logging.Level level)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface ILevel
      • intValue

        public int intValue()
        Specified by:
        intValue in interface ILevel