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

There should be a cleaner way of dumping the Options to the LOG file #692

Open
mrambacher opened this issue Sep 27, 2023 · 0 comments · May be fixed by #719
Open

There should be a cleaner way of dumping the Options to the LOG file #692

mrambacher opened this issue Sep 27, 2023 · 0 comments · May be fixed by #719
Assignees

Comments

@mrambacher
Copy link
Contributor

Right now there is code to dump the options values to the log file. This code has proven difficult to maintain (as new options are added, they may not also be dumped; as further plugins or other features are developed, those extensions and their parameters may not be written).

#379 allows for outputting options to different formats. One format can be LOG format. This method can (or perhaps mostly can) replace the existing mechanism Options::Dump method. Further work with the Options infrastructure may allow the internals to be completely replaced with this methodology.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant