PFASST++
OUT Struct Reference

Some general variables for coloured terminal output. More...

#include <logging.hpp>

+ Collaboration diagram for OUT:

Static Public Attributes

static const string reset = "\033[0m"
 resets both, colour and style More...
 
static const string black = "\033[30m"
 
static const string red = "\033[31m"
 
static const string green = "\033[32m"
 
static const string yellow = "\033[33m"
 
static const string blue = "\033[34m"
 
static const string magenta = "\033[35m"
 
static const string cyan = "\033[36m"
 
static const string white = "\033[37m"
 
static const string bold = "\033[1m"
 
static const string underline = "\033[4m"
 

Detailed Description

Some general variables for coloured terminal output.

Since
v0.3.0

Definition at line 47 of file logging.hpp.

Member Data Documentation

const string OUT::black = "\033[30m"
static

Definition at line 51 of file logging.hpp.

const string OUT::blue = "\033[34m"
static

Definition at line 55 of file logging.hpp.

Referenced by pfasst::log::add_custom_logger().

const string OUT::bold = "\033[1m"
static

Definition at line 62 of file logging.hpp.

Referenced by pfasst::log::add_custom_logger().

const string OUT::cyan = "\033[36m"
static

Definition at line 57 of file logging.hpp.

const string OUT::green = "\033[32m"
static

Definition at line 53 of file logging.hpp.

const string OUT::magenta = "\033[35m"
static

Definition at line 56 of file logging.hpp.

Referenced by pfasst::log::add_custom_logger().

const string OUT::red = "\033[31m"
static

Definition at line 52 of file logging.hpp.

Referenced by pfasst::log::add_custom_logger().

const string OUT::reset = "\033[0m"
static

resets both, colour and style

Definition at line 67 of file logging.hpp.

Referenced by pfasst::log::add_custom_logger().

const string OUT::underline = "\033[4m"
static

Definition at line 63 of file logging.hpp.

const string OUT::white = "\033[37m"
static

Definition at line 58 of file logging.hpp.

Referenced by pfasst::log::add_custom_logger().

const string OUT::yellow = "\033[33m"
static

Definition at line 54 of file logging.hpp.


The documentation for this struct was generated from the following file: