// These are still useful if the String() implementation is complicated, especially if
// you have lots of Debug-level logs that are ignored in production.
return ZapTag{
field: zap.Stringer(key, value),
}
}
// NewStringersTag returns a tag that will lazily generate the string representation