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

CR: Extend log levels? #32

Open
PhenixZeller opened this issue Apr 21, 2022 · 1 comment
Open

CR: Extend log levels? #32

PhenixZeller opened this issue Apr 21, 2022 · 1 comment

Comments

@PhenixZeller
Copy link

Would it be possible to extend the log level enum by two new values?

enum LogLevel { INFO, WARNING, ERROR, SEVERE }

New values:

  • VERBOSE
  • DEBUG

Then call FlutterLogs.logDebug(...) for example
This would be nice for debugging purposes.

@umair13adil
Copy link
Owner

@PhenixZeller Yes, it would be nice for debugging. I will do that in the next release.

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

No branches or pull requests

2 participants