kadai.log

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. trait JsonLogging extends Logging

    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

  3. case class JsonMessage[A](value: A)(implicit enc: EncodeJson[A]) extends LogMessage with Product with Serializable

Value Members

  1. object JsonLogging extends JsonLoggingInstances

Ungrouped