Class

org.log4s

LoggedThrowable

Related Doc: package log4s

Permalink

final class LoggedThrowable extends AnyVal

Source
LoggedThrowable.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LoggedThrowable
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LoggedThrowable to any2stringadd[LoggedThrowable] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LoggedThrowable, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LoggedThrowable to ArrowAssoc[LoggedThrowable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cause: Option[LoggedThrowable]

    Permalink
  8. def className: String

    Permalink
  9. def commonFrames: Int

    Permalink
  10. def ensuring(cond: (LoggedThrowable) ⇒ Boolean, msg: ⇒ Any): LoggedThrowable

    Permalink
    Implicit information
    This member is added by an implicit conversion from LoggedThrowable to Ensuring[LoggedThrowable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (LoggedThrowable) ⇒ Boolean): LoggedThrowable

    Permalink
    Implicit information
    This member is added by an implicit conversion from LoggedThrowable to Ensuring[LoggedThrowable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): LoggedThrowable

    Permalink
    Implicit information
    This member is added by an implicit conversion from LoggedThrowable to Ensuring[LoggedThrowable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): LoggedThrowable

    Permalink
    Implicit information
    This member is added by an implicit conversion from LoggedThrowable to Ensuring[LoggedThrowable] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LoggedThrowable to StringFormat[LoggedThrowable] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  15. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  16. val inner: IThrowableProxy

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def message: Option[String]

    Permalink
  19. def stackTrace: IndexedSeq[StackTraceElement]

    Permalink
  20. def toString(): String

    Permalink
    Definition Classes
    Any
  21. def [B](y: B): (LoggedThrowable, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LoggedThrowable to ArrowAssoc[LoggedThrowable] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyVal

Inherited from Any

Inherited by implicit conversion any2stringadd from LoggedThrowable to any2stringadd[LoggedThrowable]

Inherited by implicit conversion StringFormat from LoggedThrowable to StringFormat[LoggedThrowable]

Inherited by implicit conversion Ensuring from LoggedThrowable to Ensuring[LoggedThrowable]

Inherited by implicit conversion ArrowAssoc from LoggedThrowable to ArrowAssoc[LoggedThrowable]

Ungrouped