#include <deque>#include <functional>#include <map>#include <string>#include <vector>#include <memory>#include <RCF/Config.hpp>#include <RCF/Export.hpp>#include <RCF/MemStream.hpp>#include <RCF/ThreadLibrary.hpp>#include <RCF/Tools.hpp>#include <RCF/Tchar.hpp>#include <RCF/VariableArgMacro.hpp>Go to the source code of this file.
Classes | |
| class | RCF::LogTarget |
| Base class for log targets. More... | |
| class | RCF::LogToStdout |
| Configures log output to be directed to standard output. More... | |
| class | RCF::LogToFile |
| Configures log output to be directed to a log file. More... | |
| class | RCF::LogToFunc |
| Configures log output to be directed to a user-supplied function. More... | |
Functions | |
| RCF_EXPORT void | RCF::enableLogging (const LogTarget &logTarget=DefaultLogTarget(), int logLevel=2, const std::string &logFormat="") |
| RCF_EXPORT void | RCF::disableLogging () |
| Disables logging for the RCF runtime. More... | |