Some general variables for coloured terminal output. More...
#include <logging.hpp>
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" |
Some general variables for coloured terminal output.
Definition at line 47 of file logging.hpp.
|
static |
Definition at line 51 of file logging.hpp.
|
static |
Definition at line 55 of file logging.hpp.
Referenced by pfasst::log::add_custom_logger().
|
static |
Definition at line 62 of file logging.hpp.
Referenced by pfasst::log::add_custom_logger().
|
static |
Definition at line 57 of file logging.hpp.
|
static |
Definition at line 53 of file logging.hpp.
|
static |
Definition at line 56 of file logging.hpp.
Referenced by pfasst::log::add_custom_logger().
|
static |
Definition at line 52 of file logging.hpp.
Referenced by pfasst::log::add_custom_logger().
|
static |
resets both, colour and style
Definition at line 67 of file logging.hpp.
Referenced by pfasst::log::add_custom_logger().
|
static |
Definition at line 63 of file logging.hpp.
|
static |
Definition at line 58 of file logging.hpp.
Referenced by pfasst::log::add_custom_logger().
|
static |
Definition at line 54 of file logging.hpp.