Molecular Dynamics Simulation  1.0
Classes | Variables
Logger.h File Reference
#include <spdlog/spdlog.h>
#include <memory>
#include <string>
Include dependency graph for Logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logger
 Class as wrapper and initializer for a globally usable logger. More...
 

Variables

const std::string ansi_green_bold = "\e[32m\e[1m"
 
const std::string ansi_blue_bold = "\e[34m\e[1m"
 
const std::string ansi_orange_bold = "\e[38;5;208m\e[1m"
 
const std::string ansi_yellow_bold = "\e[33m\e[1m"
 
const std::string ansi_bright_white_bold = "\e[97m\e[1m"
 
const std::string ansi_end = "\e[0m"
 

Variable Documentation

◆ ansi_blue_bold

const std::string ansi_blue_bold = "\e[34m\e[1m"

Definition at line 9 of file Logger.h.

◆ ansi_bright_white_bold

const std::string ansi_bright_white_bold = "\e[97m\e[1m"

Definition at line 12 of file Logger.h.

◆ ansi_end

const std::string ansi_end = "\e[0m"

Definition at line 13 of file Logger.h.

◆ ansi_green_bold

const std::string ansi_green_bold = "\e[32m\e[1m"

Definition at line 8 of file Logger.h.

◆ ansi_orange_bold

const std::string ansi_orange_bold = "\e[38;5;208m\e[1m"

Definition at line 10 of file Logger.h.

◆ ansi_yellow_bold

const std::string ansi_yellow_bold = "\e[33m\e[1m"

Definition at line 11 of file Logger.h.