EncodeEntry encodes an entry and fields, along with any accumulated context, into a byte buffer and returns it. Any fields that are empty, including fields on the `Entry` type, should be omitted.
(Entry, []Field)
| 463 | // context, into a byte buffer and returns it. Any fields that are empty, |
| 464 | // including fields on the `Entry` type, should be omitted. |
| 465 | EncodeEntry(Entry, []Field) (*buffer.Buffer, error) |
| 466 | } |
no outgoing calls