#include "../common.hpp"
#include "../NbodySystem.hpp"
#include <cctype>
Go to the source code of this file.
|
class | Logger |
| Class in charge of all the logging system in the code. More...
|
|
§ SSTR
Value:static_cast< std::ostringstream & >( \
( std::ostringstream() << std::dec << x ) ).str()
§ color_black
const std::string color_black = "\033[0;30m" |
§ color_blue
const std::string color_blue = "\033[0;34m" |
§ color_cyan
const std::string color_cyan = "\033[0;36m" |
§ color_disable
const std::string color_disable = "\033[m" |
§ color_green
const std::string color_green = "\033[0;32m" |
§ color_purple
const std::string color_purple = "\033[0;35m" |
§ color_red
const std::string color_red = "\033[0;31m" |
§ color_white
const std::string color_white = "\033[0;37m" |
§ color_yellow
const std::string color_yellow = "\033[0;33m" |