#include <cc++/thread.h>
#include <ptf/environment/clock.hpp>
#include <string>
#include <sstream>
Include dependency graph for log.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Log |
Implementation of a thread-safe log. More... | |
Defines | |
#define | WARNING(msg) "\e[33;1mWARNING\e[0m: " msg |
#define | MESSAGE(msg) "\e[32;1mMESSAGE\e[0m: " msg |
#define | ERROR(msg) "\e[31;1mERROR \e[0m: " msg |
|
Definition at line 23 of file log.hpp. Referenced by Graphic::addTexture(), Audio::Audio(), Graphic::createWindow(), Graphic::drawTexturedRectangle(), PtfCore::PtfCore(), PtfCore::run(), and Scheduler::schedule(). |
|
Definition at line 22 of file log.hpp. Referenced by Audio::Audio(), Clock::Clock(), Graphic::createWindow(), PtfCore::PtfCore(), Scheduler::quit(), and Scheduler::schedule(). |
|
Definition at line 21 of file log.hpp. Referenced by Clock::Clock(), and PtfCore::run(). |