Package org.apache.pekko.event
Class Logging.LogLevel
java.lang.Object
scala.AnyVal
org.apache.pekko.event.Logging.LogLevel
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- Logging
public static final class Logging.LogLevel
extends scala.AnyVal
implements scala.Product, Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal boolean$greater(Logging.LogLevel other) final boolean$greater$eq(Logging.LogLevel other) final boolean$less(Logging.LogLevel other) final boolean$less$eq(Logging.LogLevel other) intasInt()booleancopy(int asInt) intbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
LogLevel
public LogLevel(int asInt)
-
-
Method Details
-
asInt
public int asInt() -
$greater$eq
-
$less$eq
-
$greater
-
$less
-
copy
-
copy$default$1
public int copy$default$1() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
equals
-
toString
-