scribe.throwable

Members list

Type members

Classlikes

case class Trace(className: String, message: Option[String], elements: List[TraceElement], cause: Option[Trace])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Trace

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Trace.type
case class TraceElement(`class`: String, fileName: String, method: String, line: Int)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class TraceLoggableMessage(throwable: Throwable) extends LoggableMessage

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all