eic / EICrecon

EIC Reconstruction - JANA based
https://eic.github.io/EICrecon
GNU Lesser General Public License v3.0
6 stars 29 forks source link

Coherent DD4Hep logging #133

Open DraTeots opened 2 years ago

DraTeots commented 2 years ago

Now dd4hep logging has its own levels and flag. Make it coherent with the rest of the logging

faustus123 commented 2 years ago

Was this supposed to be for DD4hep or ACTS? If each uses a separate logger, then I guess we'll need both.

faustus123 commented 2 years ago

Ignore my previous comment. I'm going backwards through my mail and so saw the ACTS one after this one.

wdconinc commented 7 months ago

To direct DD4hep output through Log_service, we should be able to use dd4hep::setPrinter(arg, [](){}), ref. https://github.com/AIDASoft/DD4hep/blob/c72c5303131c8256836760ec81ad4f23cef5c63e/DDCore/include/Parsers/Printout.h#L245.