MCPcopy
hub / github.com/uber-go/zap / MarshalLogObject

Method MarshalLogObject

sugar.go:461–466  ·  view source on GitHub ↗
(enc zapcore.ObjectEncoder)

Source from the content-addressed store, hash-verified

459}
460
461func (p invalidPair) MarshalLogObject(enc zapcore.ObjectEncoder) error {
462 enc.AddInt64("position", int64(p.position))
463 Any("key", p.key).AddTo(enc)
464 Any("value", p.value).AddTo(enc)
465 return nil
466}
467
468type invalidPairs []invalidPair
469

Callers

nothing calls this directly

Calls 3

AnyFunction · 0.85
AddToMethod · 0.80
AddInt64Method · 0.65

Tested by

no test coverage detected