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

Fix order of message levels in Logger #9

Closed
mjhouse opened this issue Jan 29, 2018 · 0 comments
Closed

Fix order of message levels in Logger #9

mjhouse opened this issue Jan 29, 2018 · 0 comments

Comments

@mjhouse
Copy link
Owner

mjhouse commented Jan 29, 2018

Description

Logger has an issue with level checking:

  • output debug, info, warnings and errors if Level::debug
  • output info, warnings, error if Level::info
  • output warnings, error if Level::warning
  • output error if Level::error
  • and nothing if a Log is Level::none

Currently, it won't log warnings, error or debug if level is info.

@mjhouse mjhouse self-assigned this Feb 6, 2018
mjhouse pushed a commit that referenced this issue Feb 8, 2018
@mjhouse mjhouse closed this as completed Apr 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant