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 logging system #6

Open
Seeloewen opened this issue Mar 25, 2024 · 0 comments
Open

Add logging system #6

Seeloewen opened this issue Mar 25, 2024 · 0 comments
Assignees
Labels
big tool A big tool that takes longer to implement because of complexity enhancement New feature or request

Comments

@Seeloewen
Copy link
Owner

Most, if not all apps use some sort of log. Whether it be for debugging purposes or actually showing output to the user, it should be easy to understand and nice to look at. Most of my apps already use logging of some sort, but it's not really unified. Also, integrating it into a new app is often a hassle.

That's why a simple logging system will be implemented into SeeloewenLib. You will be able to display the log somewhere in your window by specifying the textbox it should use. You can also create buttons for saving/exporting the log or clearing it. Enabling and disabling the log will also be easy! Finally, to make it appealing, you will be able to choose between 3 logging types: Info, Warning and Error. Each will have its own color.

@Seeloewen Seeloewen added the enhancement New feature or request label Mar 25, 2024
@Seeloewen Seeloewen self-assigned this Mar 25, 2024
@Seeloewen Seeloewen added the big tool A big tool that takes longer to implement because of complexity label Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
big tool A big tool that takes longer to implement because of complexity enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant