![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RDGeneral/export.h>#include "BoostStartInclude.h"#include <boost/iostreams/tee.hpp>#include <boost/iostreams/stream.hpp>#include "BoostEndInclude.h"#include <fstream>#include <vector>#include <cstdint>Go to the source code of this file.
Classes | |
| class | boost::logging::rdLogger |
| class | RDLog::LogStateSetter |
Namespaces | |
| namespace | boost |
| namespace | boost::logging |
| namespace | RDLog |
Macros | |
| #define | BOOST_LOG(__arg__) |
Typedefs | |
| typedef boost::iostreams::tee_device< std::ostream, std::ostream > | boost::logging::RDTee |
| typedef boost::iostreams::stream< RDTee > | boost::logging::RDTeeStream |
| using | RDLogger = std::shared_ptr<boost::logging::rdLogger> |
| using | RDLog::RDLoggerList = std::vector<RDLogger> |
Functions | |
| RDKIT_RDGENERAL_EXPORT void | boost::logging::enable_logs (const char *arg) |
| RDKIT_RDGENERAL_EXPORT void | boost::logging::enable_logs (const std::string &arg) |
| RDKIT_RDGENERAL_EXPORT void | boost::logging::disable_logs (const char *arg) |
| RDKIT_RDGENERAL_EXPORT void | boost::logging::disable_logs (const std::string &arg) |
| RDKIT_RDGENERAL_EXPORT std::string | boost::logging::log_status () |
| RDKIT_RDGENERAL_EXPORT std::ostream & | RDLog::toStream (std::ostream &) |
| RDKIT_RDGENERAL_EXPORT void | RDLog::InitLogs () |
| void | RDLog::deprecationWarning (const std::string &message) |
| #define BOOST_LOG | ( | __arg__ | ) |
Definition at line 109 of file RDLog.h.
Referenced by RDKit::FileParserUtils::applyMolListProp(), RDKit::RxnOps::ChemDrawRxnAdjustParams(), RDKit::FilterMatcherBase::Clone(), RDLog::deprecationWarning(), RDKit::MolEnumerator::utils::getMolLinkNodes(), and RDKit::SGroupParsing::SGroupWarnOrThrow().
| using RDLogger = std::shared_ptr<boost::logging::rdLogger> |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |