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

Update doc from DDLogLevelWarn to DDLogLevelWarning to match library #1383

Merged

Conversation

l3ender
Copy link
Contributor

@l3ender l3ender commented Oct 8, 2023

New Pull Request Checklist


  • I have updated this branch with the latest master to avoid conflicts (via merge from master or rebase)
  • I have added the required tests to prove the fix/feature I am adding
  • I have updated the documentation (if necessary)
  • I have run the tests and they pass
  • I have run the lint and it passes (pod lib lint)

Pull Request Description

Fixes #1382.

@l3ender l3ender changed the title update doc from DDLogLevelWarn to DDLogLevelWarning to match library Update doc from DDLogLevelWarn to DDLogLevelWarning to match library Oct 8, 2023
@ffried ffried enabled auto-merge (rebase) October 9, 2023 05:44
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #1383 (6455650) into master (590a4b2) will decrease coverage by 0.09%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1383      +/-   ##
==========================================
- Coverage   51.75%   51.66%   -0.09%     
==========================================
  Files          33       33              
  Lines        5725     5725              
  Branches      491      491              
==========================================
- Hits         2963     2958       -5     
- Misses       2578     2583       +5     
  Partials      184      184              

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ffried ffried merged commit a03e5c4 into CocoaLumberjack:master Oct 9, 2023
51 of 52 checks passed
@l3ender l3ender deleted the warning-log-level-documentation branch October 9, 2023 15:04
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.

Documentation refers to DDLogLevelWarn while library uses DDLogLevelWarning
2 participants