sblauth / cashocs

computational adjoint-based shape optimization and optimal control software for python
https://cashocs.readthedocs.io/
GNU General Public License v3.0
53 stars 10 forks source link

Use the python logging library for logging in cashocs #507

Closed sblauth closed 1 month ago

sblauth commented 1 month ago

This PR changes the logging of cashocs to use the python logging library. This allows for a greater flexibility and customizability. The logging is done so that detailed timings of operations are available. This is a first PR which introduces the feature and will be elaborated on.

Closes #505 Closes #492