LogAnnotation

final case class LogAnnotation(key: String, value: String)

A LogAnnotation represents a key value pair that allows annotating logs with additional information.

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product