You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: