type github.com/opentracing/opentracing-go/log.Encoder (interface)

Method Implmentations

EmitBool(key string, value bool)
EmitInt(key string, value int)
EmitInt32(key string, value int32)
EmitInt64(key string, value int64)
EmitObject(key string, value interface{})
EmitString(key, value string)
EmitUint32(key string, value uint32)
EmitUint64(key string, value uint64)