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

feat: [v2] Add Warn() to Logger interface #656

Merged
merged 2 commits into from
Apr 14, 2023
Merged

feat: [v2] Add Warn() to Logger interface #656

merged 2 commits into from
Apr 14, 2023

Conversation

kentquirk
Copy link
Contributor

Which problem is this PR solving?

Short description of the changes

  • Add Warn to the interface everywhere
  • Assert that all the implementations actually implement the interface
  • Fix a couple of lint issues

@kentquirk kentquirk self-assigned this Apr 3, 2023
@kentquirk kentquirk added the version: no bump A PR with maintenance or doc changes that aren't included in a release. label Apr 3, 2023
@kentquirk kentquirk changed the title Add Warn() to Logger interface feat: Add Warn() to Logger interface Apr 3, 2023
@kentquirk kentquirk marked this pull request as ready for review April 3, 2023 22:07
@kentquirk kentquirk requested a review from a team as a code owner April 3, 2023 22:07
@TylerHelmuth TylerHelmuth added this to the v2.0 milestone Apr 4, 2023
@kentquirk kentquirk changed the title feat: Add Warn() to Logger interface feat: [v2] Add Warn() to Logger interface Apr 5, 2023
@kentquirk kentquirk merged commit abde458 into main Apr 14, 2023
@kentquirk kentquirk deleted the kent.log_warn branch April 14, 2023 19:56
kentquirk added a commit that referenced this pull request May 8, 2023
## Which problem is this PR solving?

- This partially addresses #655 by expanding the Logger interface to
include Warn().

## Short description of the changes

- Add Warn to the interface everywhere
- Assert that all the implementations actually implement the interface
- Fix a couple of lint issues
kentquirk added a commit that referenced this pull request May 8, 2023
## Which problem is this PR solving?

- This partially addresses #655 by expanding the Logger interface to
include Warn().

## Short description of the changes

- Add Warn to the interface everywhere
- Assert that all the implementations actually implement the interface
- Fix a couple of lint issues
kentquirk added a commit that referenced this pull request May 8, 2023
## Which problem is this PR solving?

- This partially addresses #655 by expanding the Logger interface to
include Warn().

## Short description of the changes

- Add Warn to the interface everywhere
- Assert that all the implementations actually implement the interface
- Fix a couple of lint issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version: no bump A PR with maintenance or doc changes that aren't included in a release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants