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

Make use of a logging implementation or facade #14

Open
CodeDead opened this issue Oct 4, 2022 · 1 comment
Open

Make use of a logging implementation or facade #14

CodeDead opened this issue Oct 4, 2022 · 1 comment
Labels
enhancement New feature or request sampler

Comments

@CodeDead
Copy link
Contributor

CodeDead commented Oct 4, 2022

Currently, errors are printed to the console, but perhaps it would be better to utilize a logging facade like SLF4J ?

@mkpaz
Copy link
Owner

mkpaz commented Oct 5, 2022

Yes, it's in the backlog. Since there are no third-party libs, JUL should probably be enough. In normal mode, there's already exception dialog. I doubt that someone who just wants to see a quick feature preview need more than this. But log can be used in dev mode to print CSS errors when debugging a custom CSS theme.

@mkpaz mkpaz added the enhancement New feature or request label Oct 7, 2022
@mkpaz mkpaz added the sampler label Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sampler
Projects
None yet
Development

No branches or pull requests

2 participants