![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <WNS/ldk/ldk.hpp>#include <WNS/logger/Logger.hpp>#include <WNS/module/Base.hpp>#include <WNS/logger/Master.hpp>#include <WNS/Singleton.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | wimac |
Classes | |
| class | wimac::Logger |
| The WiMAC Logger. More... | |
Defines | |
| #define | LOG_INFO WiMACLogger::getInstance()->prepareForMessage(2, typeid(*this))->send |
| #define | LOG_TRACE WiMACLogger::getInstance()->prepareForMessage(3, typeid(*this))->send |
| #define | LOG_WARN WiMACLogger::getInstance()->prepareForMessage(1, typeid(*this))->send |
Typedefs | |
| typedef wns::SingletonHolder < Logger > | wimac::WiMACLogger |
Functions | |
| const std::string | wimac::demangledTypename (const std::string &nativeName) |
| #define LOG_INFO WiMACLogger::getInstance()->prepareForMessage(2, typeid(*this))->send |
Definition at line 200 of file Logger.hpp.
| #define LOG_TRACE WiMACLogger::getInstance()->prepareForMessage(3, typeid(*this))->send |
Definition at line 199 of file Logger.hpp.
| #define LOG_WARN WiMACLogger::getInstance()->prepareForMessage(1, typeid(*this))->send |
Definition at line 201 of file Logger.hpp.
1.5.5