LogLevel

sealed abstract class LogLevel(val id: Int) extends Product with Serializable
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Debug.type
object Error.type
object Info.type
object Trace.type
object Warn.type

Value members

Concrete methods

final def <(other: LogLevel): Boolean
final def <=(other: LogLevel): Boolean
final def >(other: LogLevel): Boolean
final def >=(other: LogLevel): Boolean
final def name: String
final override def toString: String
Definition Classes
Any
final def toTransport: LoggerTransport

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product

Concrete fields

val id: Int