GraviDy  1.0
Gravitational Dynamics N-body integrator
Classes | Macros | Variables
Logger.hpp File Reference
#include "../common.hpp"
#include "../NbodySystem.hpp"
#include <cctype>
Include dependency graph for Logger.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logger
 Class in charge of all the logging system in the code. More...
 

Macros

#define SSTR(x)
 

Variables

const std::string color_black = "\033[0;30m"
 
const std::string color_red = "\033[0;31m"
 
const std::string color_green = "\033[0;32m"
 
const std::string color_yellow = "\033[0;33m"
 
const std::string color_blue = "\033[0;34m"
 
const std::string color_purple = "\033[0;35m"
 
const std::string color_cyan = "\033[0;36m"
 
const std::string color_white = "\033[0;37m"
 
const std::string color_disable = "\033[m"
 

Macro Definition Documentation

§ SSTR

#define SSTR (   x)
Value:
static_cast< std::ostringstream & >( \
( std::ostringstream() << std::dec << x ) ).str()

Variable Documentation

§ 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"