#include <spdlog/spdlog.h>
#include <memory>
#include <string>
Go to the source code of this file.
|
class | Logger |
| Class as wrapper and initializer for a globally usable logger. More...
|
|
◆ ansi_blue_bold
const std::string ansi_blue_bold = "\e[34m\e[1m" |
◆ ansi_bright_white_bold
const std::string ansi_bright_white_bold = "\e[97m\e[1m" |
◆ ansi_end
const std::string ansi_end = "\e[0m" |
◆ ansi_green_bold
const std::string ansi_green_bold = "\e[32m\e[1m" |
◆ ansi_orange_bold
const std::string ansi_orange_bold = "\e[38;5;208m\e[1m" |
◆ ansi_yellow_bold
const std::string ansi_yellow_bold = "\e[33m\e[1m" |