go.uber.org/zap/zapcore.ObjectEncoder.AddString (method)

8 uses

	go.uber.org/zap/zapcore (current package)
		encoder.go#L383: 	AddString(key, value string)
		error.go#L56: 				enc.AddString(key, "<nil>")
		error.go#L65: 	enc.AddString(key, basic)
		error.go#L75: 			enc.AddString(key+"Verbose", verbose)
		field.go#L149: 		enc.AddString(f.Key, f.String)
		field.go#L184: 		enc.AddString(fmt.Sprintf("%sError", f.Key), err.Error())
		field.go#L223: 				enc.AddString(key, "<nil>")
		field.go#L231: 	enc.AddString(key, stringer.(fmt.Stringer).String())