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