ARGoS 3
A parallel, multi-engine simulator for swarm robotics
argos_log.cpp
Go to the documentation of this file.
1
7#include "argos_log.h"
8
9namespace argos {
10
14
15}
The namespace containing all the ARGoS related code.
Definition ci_actuator.h:12
CARGoSLog LOGERR(std::cerr, SLogColor(ARGOS_LOG_ATTRIBUTE_BRIGHT, ARGOS_LOG_COLOR_RED))
Definition argos_log.h:180
size_t DEBUG_INDENTATION
Definition argos_log.cpp:11
CARGoSLog LOG(std::cout, SLogColor(ARGOS_LOG_ATTRIBUTE_BRIGHT, ARGOS_LOG_COLOR_GREEN))
Definition argos_log.h:179
@ ARGOS_LOG_ATTRIBUTE_BRIGHT
@ ARGOS_LOG_COLOR_GREEN
Stream modifier to set attribute and color of the subsequent text.