Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of InfoLogger, make V() additive #16

Merged
merged 2 commits into from
Jun 11, 2020
Merged

Conversation

thockin
Copy link
Contributor

@thockin thockin commented May 28, 2020

As per #6, simplify.

InfoLogger is no more. There is only Logger. This is a breaking
change.

Document V() as additive: l.V(1).V(2) is the same as l.V(3)`

Fixes #6

As per go-logr#6, simplify.

InfoLogger is no more.  There is only Logger.  This is a breaking
change.

Document V() as additive:  `l.V(1).V(2) is the same as `l.V(3)`
Copy link
Contributor

@DirectXMan12 DirectXMan12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, merge when ready

@DirectXMan12
Copy link
Contributor

should we bump the module version too? This is a breaking change

@thockin
Copy link
Contributor Author

thockin commented Jun 11, 2020 via email

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.

Is InfoLogger valuable?
2 participants