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 way to enable IsShakeEnabled without LogController instance #3

Open
jfversluis opened this issue Aug 1, 2022 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@jfversluis
Copy link

Does it make sense to somehow enable the shake to show the logs without having to instantiate the LogController? Maybe together with the navigation setup it can be a builder.ConfigureMetroLog() call in the generic host builder?

Maybe I should use it in a more real-world scenario but implementing a simple sample it seemed like if I quickly want to enable this functionality without some kind of settings page it doesn't seem to make much sense to create an instance and just set that property.

Do you have any thoughts on that? Was it done like this on purpose?

@roubachof roubachof added the enhancement New feature or request label Aug 4, 2022
@roubachof
Copy link
Owner

Use LogController static methods ResumeShakeIfNeeded and SuspendShake

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

No branches or pull requests

2 participants