final case class LogLevel(asInt: Int) extends AnyVal with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogLevel
- Serializable
- Product
- Equals
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def <(other: LogLevel): Boolean
- Annotations
- @inline()
- final def <=(other: LogLevel): Boolean
- Annotations
- @inline()
- final def >(other: LogLevel): Boolean
- Annotations
- @inline()
- final def >=(other: LogLevel): Boolean
- Annotations
- @inline()
- val asInt: Int
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Marker trait for annotating LogLevel, which must be Int after erasure.