![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include "BoostStartInclude.h"
#include <boost/iostreams/tee.hpp>
#include <boost/iostreams/stream.hpp>
#include "BoostEndInclude.h"
#include <iostream>
Go to the source code of this file.
Classes | |
class | boost::logging::rdLogger |
Namespaces | |
boost | |
boost::logging | |
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 |
Functions | |
void | boost::logging::enable_logs (const char *arg) |
void | boost::logging::enable_logs (const std::string &arg) |
void | boost::logging::disable_logs (const char *arg) |
void | boost::logging::disable_logs (const std::string &arg) |
std::ostream & | RDLog::toStream (std::ostream &) |
void | RDLog::InitLogs () |
#define BOOST_LOG | ( | __arg__ | ) |
Definition at line 87 of file RDLog.h.
Referenced by RDKit::RxnOps::ChemDrawRxnAdjustParams(), and RDKit::FilterMatcherBase::Clone().
boost::logging::rdLogger* rdAppLog |
boost::logging::rdLogger* rdDebugLog |
boost::logging::rdLogger* rdErrorLog |
boost::logging::rdLogger* rdInfoLog |
boost::logging::rdLogger* rdStatusLog |
boost::logging::rdLogger* rdWarningLog |
Referenced by RDKit::RxnOps::ChemDrawRxnAdjustParams(), and RDKit::FilterMatcherBase::Clone().