LoggableEncoder

@implicitNotFound("\n Cannot use a value of type ${A} as a log parameter, as no implicit\n LoggableEncoder[${A}] instance is in scope.\n\n If you wish to create a LoggableEncoder instance for your class, in case ${A}\n is a case class or a sealed trait hierarchy, you may use the\n LoggableEncoder.deriveLoggableEncoder method to automatically generate it.\n ") trait LoggableEncoder[A]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

Implicitly added by set
Implicitly added by dict
Implicitly added by option
Implicitly added by list