Packages

object LogLevels extends Serializable

Source
Attributes.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogLevels
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final val Debug: LogLevel

    Use to enable logging at DEBUG level for certain operations when configuring Attributes#logLevels

  2. final val Error: LogLevel

    Use to enable logging at ERROR level for certain operations when configuring Attributes#logLevels

  3. final val Info: LogLevel

    Use to enable logging at INFO level for certain operations when configuring Attributes#logLevels

  4. final val Off: LogLevel

    Use to disable logging on certain operations when configuring Attributes#logLevels

  5. final val Warning: LogLevel

    Use to enable logging at WARNING level for certain operations when configuring Attributes#logLevels