(key string, marshaler ObjectMarshaler)
| 365 | // Logging-specific marshalers. |
| 366 | AddArray(key string, marshaler ArrayMarshaler) error |
| 367 | AddObject(key string, marshaler ObjectMarshaler) error |
| 368 | |
| 369 | // Built-in types. |
| 370 | AddBinary(key string, value []byte) // for arbitrary bytes |
no outgoing calls