#include <iostream>Go to the source code of this file.
Classes | |
| class | boost::logging::rdLogger |
Namespaces | |
| namespace | boost |
| namespace | boost::logging |
| namespace | RDLog |
Defines | |
| #define | BOOST_LOG(__arg__) if((!__arg__)||(!__arg__->dp_dest)||!(__arg__->df_enabled)) ; else RDLog::toStream(*(__arg__->dp_dest)) |
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 () |
Variables | |
| boost::logging::rdLogger * | rdAppLog |
| boost::logging::rdLogger * | rdDebugLog |
| boost::logging::rdLogger * | rdInfoLog |
| boost::logging::rdLogger * | rdErrorLog |
| boost::logging::rdLogger * | rdWarningLog |
| boost::logging::rdLogger * | rdStatusLog |
| #define BOOST_LOG | ( | __arg__ | ) | if((!__arg__)||(!__arg__->dp_dest)||!(__arg__->df_enabled)) ; else RDLog::toStream(*(__arg__->dp_dest)) |
1.7.1