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

Refactor logger variables into a struct #14

Open
AndreLaranjeira opened this issue Aug 16, 2020 · 0 comments
Open

Refactor logger variables into a struct #14

AndreLaranjeira opened this issue Aug 16, 2020 · 0 comments
Labels
improvement Something to be refactored or changed in the existing code
Milestone

Comments

@AndreLaranjeira
Copy link
Owner

AndreLaranjeira commented Aug 16, 2020

Currently, the logger settings are governed by a bunch of loose variables in the source file. Refactor the current implementation to a struct holding all the variables and settings defined in the header file.

Also, check if any other functions can and/or should have their arguments grouped in a single struct.

@AndreLaranjeira AndreLaranjeira added the improvement Something to be refactored or changed in the existing code label Aug 16, 2020
@AndreLaranjeira AndreLaranjeira added this to the Version 1.2.0 milestone Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Something to be refactored or changed in the existing code
Projects
None yet
Development

No branches or pull requests

1 participant