(a *Array)
| 63 | // to be implemented by types used with Event/Context's Array methods. |
| 64 | type LogArrayMarshaler interface { |
| 65 | MarshalZerologArray(a *Array) |
| 66 | } |
| 67 | |
| 68 | func newEvent(w LevelWriter, level Level, stack bool, ctx context.Context, hooks []Hook) *Event { |
no outgoing calls