type go.uber.org/zap/zapcore.Encoder (interface)

Method Implmentations


AddBinary(key string, value []byte)
AddBool(key string, value bool)
AddByteString(key string, value []byte)
AddInt(key string, value int)
AddInt16(key string, value int16)
AddInt32(key string, value int32)
AddInt64(key string, value int64)
AddInt8(key string, value int8)
AddReflected(key string, value interface{}) error
AddString(key, value string)
AddTime(key string, value time.Time)
AddUint(key string, value uint)
AddUint16(key string, value uint16)
AddUint32(key string, value uint32)
AddUint64(key string, value uint64)
AddUint8(key string, value uint8)