Instead of just the WithDetail[s] methods, there should convenience methods to add common detail types:
WithDetail[s]
log.String("result", "success").Duration("elapsed", time.Since(t)).Info("call complete")
Instead of just the
WithDetail[s]methods, there should convenience methods to add common detail types: