Structured logger for solvers
- the
TNL::Loggerclass should be structured, i.e. like the inverse of theParameterContainer - then it will be possible to make serialization classes (JSON, yaml or pretty-format) or let it pass to Python
- idea: the
writePrologmethod just serializesParameterContainerintoLogger, it should be possible to do that automatically - some logging library like spdlog or Easylogging++ could be used
(moved from #26 (closed))
Edited by Jakub Klinkovský