Lattice Microbes 2.5
This is for whole cell modeling
Loading...
Searching...
No Matches
Print.cpp File Reference
#include <string>
#include <iostream>
#include <sstream>
#include <cstdio>
#include <cstdarg>
#include <unistd.h>
#include "config.h"
#include "Print.h"
Include dependency graph for Print.cpp:

Macros

#define ANSI_COLOR_RED   "\x1b[31m"
#define ANSI_COLOR_GREEN   "\x1b[32m"
#define ANSI_COLOR_YELLOW   "\x1b[33m"
#define ANSI_COLOR_BLUE   "\x1b[34m"
#define ANSI_COLOR_MAGENTA   "\x1b[35m"
#define ANSI_COLOR_CYAN   "\x1b[36m"
#define ANSI_COLOR_RESET   "\x1b[0m"
#define NO_ANSI   ""
#define TAG_FATAL   "FATAL"
#define TAG_ERROR   "ERROR"
#define TAG_WARNING   "Warning"
#define TAG_DEBUG   "Debug"
#define TAG_INFO   "Info"

Macro Definition Documentation

◆ ANSI_COLOR_BLUE

#define ANSI_COLOR_BLUE   "\x1b[34m"

◆ ANSI_COLOR_CYAN

#define ANSI_COLOR_CYAN   "\x1b[36m"

◆ ANSI_COLOR_GREEN

#define ANSI_COLOR_GREEN   "\x1b[32m"

◆ ANSI_COLOR_MAGENTA

#define ANSI_COLOR_MAGENTA   "\x1b[35m"

◆ ANSI_COLOR_RED

#define ANSI_COLOR_RED   "\x1b[31m"

◆ ANSI_COLOR_RESET

#define ANSI_COLOR_RESET   "\x1b[0m"

◆ ANSI_COLOR_YELLOW

#define ANSI_COLOR_YELLOW   "\x1b[33m"

◆ NO_ANSI

#define NO_ANSI   ""

◆ TAG_DEBUG

#define TAG_DEBUG   "Debug"

◆ TAG_ERROR

#define TAG_ERROR   "ERROR"

◆ TAG_FATAL

#define TAG_FATAL   "FATAL"

◆ TAG_INFO

#define TAG_INFO   "Info"

◆ TAG_WARNING

#define TAG_WARNING   "Warning"