final case class LogAnnotation[A](name: String, initialValue: A, combine: (A, A) => A, render: A => String)(`evidence$1`: ClassTag[A])
A LogAnnotation describes a particular type of annotation applied to log
lines.
- Companion
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any