(key string, value complex128)
| 371 | AddByteString(key string, value []byte) // for UTF-8 encoded bytes |
| 372 | AddBool(key string, value bool) |
| 373 | AddComplex128(key string, value complex128) |
| 374 | AddComplex64(key string, value complex64) |
| 375 | AddDuration(key string, value time.Duration) |
| 376 | AddFloat64(key string, value float64) |
no outgoing calls