mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-05 22:04:27 +08:00
1. tee: the log is captured in a buffer but also sent to the native output channel 2. capture: the log is captured in a buffer without being sent to the native output channel - removed duplicate logging_needs_init and needs_init atomic bool variables from cffiwrapper.cpp and consolidated them into a static LoggingFlag d_loggingNeedsInit class variable - added relevant C and JS tests Co-authored-by: ptosco <paolo.tosco@novartis.com>