akka.event
Class Logging.LogLevel

java.lang.Object
  extended by scala.AnyVal
      extended by akka.event.Logging.LogLevel
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Logging

public static class Logging.LogLevel
extends scala.AnyVal
implements scala.Product, scala.Serializable

Marker trait for annotating LogLevel, which must be Int after erasure.

See Also:
Serialized Form

Constructor Summary
Logging.LogLevel(int asInt)
           
 
Method Summary
 int asInt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Logging.LogLevel

public Logging.LogLevel(int asInt)
Method Detail

asInt

public int asInt()