Packages

object LogLevel

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogLevel
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object Debug extends LogLevel with Product with Serializable
  2. case object Error extends LogLevel with Product with Serializable
  3. case object Fatal extends LogLevel with Product with Serializable
  4. case object Info extends LogLevel with Product with Serializable
  5. case object Off extends LogLevel with Product with Serializable
  6. case object Trace extends LogLevel with Product with Serializable
  7. case object Warn extends LogLevel with Product with Serializable