Object/Class

org.scalawag.timber.api

Level

Related Docs: class Level | package api

Permalink

object Level extends Serializable

Defines some common log levels that encompass most of the log levels used by legacy logging systems. This object also provides implicit conversions for levels to and from integers.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Level
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val ALERT: Level

    Permalink
  5. val CONFIG: Level

    Permalink
  6. val CRITICAL: Level

    Permalink
  7. val DEBUG: Level

    Permalink
  8. val EMERGENCY: Level

    Permalink
  9. val ERROR: Level

    Permalink
  10. val FATAL: Level

    Permalink
  11. val FINE: Level

    Permalink
  12. val FINER: Level

    Permalink
  13. val FINEST: Level

    Permalink
  14. val INFO: Level

    Permalink
  15. val NOTICE: Level

    Permalink
  16. val SEVERE: Level

    Permalink
  17. val TRACE: Level

    Permalink
  18. val WARN: Level

    Permalink
  19. val WARNING: Level

    Permalink
  20. def apply(severity: Int, name: String): Level

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. implicit def intToLevel(level: Int): Level

    Permalink

    Creates an anonymous Level representing a numeric log intValue.

  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. implicit def levelToInt(level: Level): Int

    Permalink

    Allows a Level to be specified anywhere an Int is expected.

    Allows a Level to be specified anywhere an Int is expected. The intValue's integer value is used.

  31. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped