Class Levels

java.lang.Object
csw.logging.models.Levels
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

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

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

See Also:
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    abstract static R
    apply(T1 v1, T2 v2)
     
     
    static String
     

    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 Details

    • Levels

      public Levels(Level current, Level default_)
  • Method Details

    • apply

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

      public static String toString()
    • current

      public Level current()