susilehtola / OpenOrbitalOptimizer

Open Orbital Optimizer
7 stars 2 forks source link

Design decisions: how to handle output? #3

Open susilehtola opened 9 months ago

susilehtola commented 9 months ago

The project is still at an early stage, and many things need to be decided. How should output from the library be handled? For example, there are many logger libraries that could be used to manage the output. In any case, the output destination should be customizable and handled with standard C++ instead of the current hacked-together printfs.

Should the outputted information be customizable by downstream codes to allow them to maintain similar output as before?