(enc zapcore.ObjectEncoder)
| 195 | } |
| 196 | |
| 197 | func (o *fakeObject) MarshalLogObject(enc zapcore.ObjectEncoder) error { |
| 198 | enc.AddString("value", o.value) |
| 199 | return o.err |
| 200 | } |
| 201 | |
| 202 | func TestObjectsAndObjectValues_marshalError(t *testing.T) { |
| 203 | t.Parallel() |