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
To help diagnose issues that come up around view model state and collection view state, it would be nice to have some debug logging implemented.
CollectionViewDriverOptions
loggingEnabled
false
Logger
CollectionViewDriver
DiffableDataSource
The text was updated successfully, but these errors were encountered:
bde4741
Successfully merging a pull request may close this issue.
To help diagnose issues that come up around view model state and collection view state, it would be nice to have some debug logging implemented.
Todo:
CollectionViewDriverOptions
calledloggingEnabled
, defaults tofalse
.Logger
class to encapsulate all logic. We don't need log levels or anything fancy right now.Logger
should be owned byCollectionViewDriver
and receive theloggingEnabled
flag. We can pass it through to the other objects if needed.Things to log:
DiffableDataSource
The text was updated successfully, but these errors were encountered: