scribe.json

package scribe.json

Members list

Concise view

Type members

Classlikes

class JsonWriter(writer: Writer, compact: Boolean) extends Writer

Attributes

Graph
Supertypes
trait Writer
class Object
trait Matchable
class Any
case class Trace(message: String, elements: List[TraceElement], cause: Option[Trace])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Trace

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

implicit def loggableJson(json: Value): LoggableMessage