Class Levels

  • All Implemented Interfaces:
    java.io.Serializable, scala.Equals, scala.Product

    public class Levels
    extends java.lang.Object
    implements scala.Product, java.io.Serializable
    Current and default logging levels.

    param: current the current logging level. param: default the default logging level.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Levels​(Level current, Level default_)  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract static R apply​(T1 v1, T2 v2)  
      Level current()  
      static java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • Levels

        public Levels​(Level current,
                      Level default_)
    • Method Detail

      • apply

        public abstract static R apply​(T1 v1,
                                       T2 v2)
      • toString

        public static java.lang.String toString()
      • current

        public Level current()