We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For easier debugging EiffelViewModel should provide a debug flag that logs all Action dispatches and State updates.
EiffelViewModel
debug
Action
State
The text was updated successfully, but these errors were encountered:
Here is a similar library that has logging of the actions/reducer. They enable logging via a static method, with the ability to add a custom logger.
Not sure how you were planning on implementing the logging, but here i one approach.
Sorry, something went wrong.
I was planning to add a boolean "debug" parameter in EiffelViewModel so debug mode could be enabled per view model.
An additional static configuration to globally disable logging seems like a good idea.
Thanks for the suggestion.
Resolved by #72.
No branches or pull requests
For easier debugging
EiffelViewModel
should provide adebug
flag that logs allAction
dispatches andState
updates.The text was updated successfully, but these errors were encountered: