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

Logging on close #2

Closed
AlexandreRoba opened this issue Feb 11, 2019 · 2 comments
Closed

Logging on close #2

AlexandreRoba opened this issue Feb 11, 2019 · 2 comments

Comments

@AlexandreRoba
Copy link

Hello, Is there a way to prevent the dispose to log at every call such as:

flutter: ---------- Closing Stream ------ type: int
flutter: ---------- Closing Stream ------ type: String
flutter: ---------- Closing Stream ------ type: Error
flutter: ---------- Closing Stream ------ type: bool
flutter: ---------- Closing Stream ------ type: String
flutter: ---------- Closing Stream ------ type: Error
flutter: ---------- Closing Stream ------ type: String
flutter: ---------- Closing Stream ------ type: bool
flutter: ---------- Closing Stream ------ type: String
flutter: ---------- Closing Stream ------ type: PhoneInfo
flutter: ---------- Closing Stream ------ type: PhoneInfo
flutter: ---------- Closing Stream ------ type: String
flutter: ---------- Closing Stream ------ type: bool

Thanks,

Alex.

@frideosapps
Copy link
Owner

Hello, I've just published a new version (v0.1.3) and now the console messages are disabled by default. To enable them, use the debugMode() on the object you want to check.

@AlexandreRoba
Copy link
Author

AlexandreRoba commented Feb 12, 2019 via email

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