#include "Singleton.h"#include "Mutex.h"#include "Signal.h"

Go to the source code of this file.
Classes | |
| class | adchpp::LogManager |
| Log writing utilities. More... | |
Namespaces | |
| namespace | adchpp |
Defines | |
| #define | LOG(area, msg) LogManager::getInstance()->log(area, msg) |
| #define LOG | ( | area, | |||
| msg | ) | LogManager::getInstance()->log(area, msg) |
Definition at line 63 of file LogManager.h.
Referenced by adchpp::PluginManager::loadPlugin(), and adchpp::SocketManager::run().
1.6.3