You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spdlog/include
Muhammed Galib Uludag 3bf1a3b8d9 ported implementation from fmtlib's color header
* ported implementation from fmtlib's color header
  - creating/changing fg/bg color and emphasis fmt style syntax `->set_style(spdlog::level::error, spdlog::fg(spdlog::color::white) | spdlog::bg(spdlog::color::red) | spdlog::emphasis::bold | spdlog::emphasis::italic);`

* added `SPDLOG_WINDOWS_USE_ANSICOLOR` macro for using ansi escape color codes on windows (default wincolor_sink). must be defined before inluding `stdout_color_sinks.h` header.
3 years ago
..
spdlog ported implementation from fmtlib's color header 3 years ago