JeffersonLab / JANA2

Multi-threaded HENP Event Reconstruction
https://jeffersonlab.github.io/JANA2/
Other
6 stars 9 forks source link

Feature request: JLogger optionally redirects to spdlog #250

Open nathanwbrei opened 11 months ago

nathanwbrei commented 11 months ago

Projects may wish to use spdlog instead of JANA's default logger. It would be nice to redirect JANA's internal log messages to a user-provided logger so that all the log messages are formatted consistently and can get filtered and sent to the same place. ACTS already does something like this.

More discussion here: https://github.com/eic/EICrecon/pull/1053#issuecomment-1749761912