Package

kadai.log

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. trait JsonLogging extends Logging

    Permalink

    Mixin if you want your class to be able to log structured objects in JSON format.

    Mixin if you want your class to be able to log structured objects in JSON format. You will need an argonaut.EncodeJson instance in implicit scope for the object you try and log.

  2. trait JsonLoggingInstances extends AnyRef

    Permalink
  3. case class JsonMessage[A](value: A, json: List[argonaut.Json.JsonAssoc]) extends LogMessage[A] with Product with Serializable

    Permalink
  4. sealed trait LowPriorityImplicits extends AnyRef

    Permalink

Value Members

  1. object JsonLogging extends JsonLoggingInstances

    Permalink
  2. object JsonMessage extends LowPriorityImplicits with Serializable

    Permalink

Ungrouped