Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

log.hpp File Reference

#include <cc++/thread.h>
#include <ptf/environment/clock.hpp>
#include <string>
#include <sstream>

Include dependency graph for log.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

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


Define Documentation

#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().

#define MESSAGE msg   )     "\e[32;1mMESSAGE\e[0m: " msg
 

Definition at line 22 of file log.hpp.

Referenced by Audio::Audio(), Clock::Clock(), Graphic::createWindow(), PtfCore::PtfCore(), Scheduler::quit(), and Scheduler::schedule().

#define WARNING msg   )     "\e[33;1mWARNING\e[0m: " msg
 

Definition at line 21 of file log.hpp.

Referenced by Clock::Clock(), and PtfCore::run().


Generated on Fri Dec 17 14:54:25 2004 for Psychological Test Framework by doxygen 1.3.8