Clone copies the encoder, ensuring that adding fields to the copy doesn't affect the original.
()
| 458 | // Clone copies the encoder, ensuring that adding fields to the copy doesn't |
| 459 | // affect the original. |
| 460 | Clone() Encoder |
| 461 | |
| 462 | // EncodeEntry encodes an entry and fields, along with any accumulated |
| 463 | // context, into a byte buffer and returns it. Any fields that are empty, |
no outgoing calls