final case class LogLevel(asInt: Int) extends AnyVal with Product with Serializable
Marker trait for annotating LogLevel, which must be Int after erasure.
- Source
- Logging.scala
- Alphabetic
- By Inheritance
- LogLevel
- Serializable
- Serializable
- Product
- Equals
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
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