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

Add multiple debug message levels #20

Closed
chris-belcher opened this issue Jun 26, 2021 · 1 comment · Fixed by #22
Closed

Add multiple debug message levels #20

chris-belcher opened this issue Jun 26, 2021 · 1 comment · Fixed by #22
Labels
enhancement New feature or request

Comments

@chris-belcher
Copy link
Contributor

Right now the project just uses println! when printing any kind of messages.

It would be good to have multiple message levels, other projects use ones like INFO, WARNING and DEBUG.

Ideally the logging mechanism would also save debug information to a file.

@chris-belcher chris-belcher added the enhancement New feature or request label Jun 26, 2021
@mojoX911
Copy link
Contributor

mojoX911 commented Jul 1, 2021

Ya this makes sense. Should be easy to do..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants