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 
9 namespace argos {
10 
11  size_t DEBUG_INDENTATION = 0;
14 
15 }
argos::DEBUG_INDENTATION
size_t DEBUG_INDENTATION
Definition: argos_log.cpp:11
argos::LOG
CARGoSLog LOG(std::cout, SLogColor(ARGOS_LOG_ATTRIBUTE_BRIGHT, ARGOS_LOG_COLOR_GREEN))
Definition: argos_log.h:179
argos
The namespace containing all the ARGoS related code.
Definition: ci_actuator.h:12
argos::SLogColor
Stream modifier to set attribute and color of the subsequent text.
Definition: argos_colored_text.h:49
argos::ARGOS_LOG_COLOR_GREEN
@ ARGOS_LOG_COLOR_GREEN
Definition: argos_colored_text.h:38
argos::ARGOS_LOG_COLOR_RED
@ ARGOS_LOG_COLOR_RED
Definition: argos_colored_text.h:37
argos::LOGERR
CARGoSLog LOGERR(std::cerr, SLogColor(ARGOS_LOG_ATTRIBUTE_BRIGHT, ARGOS_LOG_COLOR_RED))
Definition: argos_log.h:180
argos_log.h
argos::CARGoSLog
Definition: argos_log.h:59
argos::ARGOS_LOG_ATTRIBUTE_BRIGHT
@ ARGOS_LOG_ATTRIBUTE_BRIGHT
Definition: argos_colored_text.h:24