mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
disable Info and Debug logs by default (#5065)
* disable the info and debug logs by default * adjust tests to the newly disabled logs * add LogStateSetter * namespace reorg * add some tests * remove vestigial code * switch to using std::vector
This commit is contained in:
@@ -319,7 +319,7 @@ BOOST_PYTHON_MODULE(rdBase) {
|
||||
python_streambuf_wrapper::wrap();
|
||||
python_ostream_wrapper::wrap();
|
||||
|
||||
python::class_<RDLog::BlockLogs, boost::noncopyable>(
|
||||
python::class_<RDLog::LogStateSetter, boost::noncopyable>(
|
||||
"BlockLogs",
|
||||
"Temporarily block logs from outputting while this instance is in "
|
||||
"scope.");
|
||||
|
||||
Reference in New Issue
Block a user