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

Added LoggerFactory.setLogFactory() for other log impls, added NullLog #195

Merged
merged 2 commits into from
Dec 12, 2020

Conversation

j256
Copy link
Owner

@j256 j256 commented Dec 12, 2020

No description provided.

@codecov
Copy link

codecov bot commented Dec 12, 2020

Codecov Report

Merging #195 (ea950bf) into master (f6555f1) will increase coverage by 0.01%.
The diff coverage is 73.68%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #195      +/-   ##
============================================
+ Coverage     87.40%   87.41%   +0.01%     
- Complexity     2516     2522       +6     
============================================
  Files           129      130       +1     
  Lines          7083     7098      +15     
  Branches        930      930              
============================================
+ Hits           6191     6205      +14     
- Misses          582      584       +2     
+ Partials        310      309       -1     
Impacted Files Coverage Δ Complexity Δ
...rc/main/java/com/j256/ormlite/logger/LocalLog.java 92.30% <0.00%> (-2.08%) 21.00 <0.00> (ø)
src/main/java/com/j256/ormlite/logger/Logger.java 97.93% <0.00%> (-0.51%) 91.00 <0.00> (ø)
...in/java/com/j256/ormlite/logger/LoggerFactory.java 86.44% <77.77%> (+4.95%) 9.00 <3.00> (+2.00)
src/main/java/com/j256/ormlite/logger/NullLog.java 100.00% <100.00%> (ø) 4.00 <4.00> (?)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f6555f1...ea950bf. Read the comment docs.

@j256 j256 merged commit e0103ee into master Dec 12, 2020
@j256 j256 deleted the gw-added-logger-factory-and-null-log branch December 12, 2020 17:57
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.

None yet

1 participant