foxsi / foxsi-4matter

Code for FOXSI-4 formatter.
https://foxsi.umn.edu/
1 stars 3 forks source link

Explore replacing `utilities::error_print()` with `spdlog::error()` #41

Closed thanasipantazides closed 1 year ago

thanasipantazides commented 1 year ago

Why

We need to implement error logging (to file, rather than to console) for the flight. Consider using spdlog for this.

Questions