Skip to content

Conversation

@g-w
Copy link
Contributor

@g-w g-w commented Apr 26, 2024

This allow simplifying log statements like

logging.Log.With(checkout).With(payment).Error(...)

to

logging.Log.With(checkout, payment).Error(...)

This allow simplifying log statements like

```
logging.Log.With(checkout).With(payment).Error(...)
```
to
```
logging.Log.With(checkout, payment).Error(...)
```
@g-w g-w requested a review from a team April 26, 2024 11:25
@g-w g-w merged commit 2f7ac8c into master Apr 29, 2024
@g-w g-w deleted the improve-with branch April 29, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants