ARGoS  3
A parallel, multi-engine simulator for swarm robotics
core/utility/logging/argos_log.cpp
Go to the documentation of this file.
00001 
00007 #include "argos_log.h"
00008 
00009 namespace argos {
00010 
00011    CARGoSLog LOG(std::cout, SLogColor(ARGOS_LOG_ATTRIBUTE_BRIGHT, ARGOS_LOG_COLOR_GREEN));
00012    CARGoSLog LOGERR(std::cerr, SLogColor(ARGOS_LOG_ATTRIBUTE_BRIGHT, ARGOS_LOG_COLOR_RED));
00013 
00014 }