mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 10:29:02 +08:00
Exposed should_do_colors_ in ansicolor_sink.h. [#1004]
This commit is contained in:
@@ -133,6 +133,11 @@ public:
|
||||
formatter_ = std::move(sink_formatter);
|
||||
}
|
||||
|
||||
bool colors_enabled()
|
||||
{
|
||||
return should_do_colors_;
|
||||
}
|
||||
|
||||
private:
|
||||
void print_ccode_(const std::string &color_code)
|
||||
{
|
||||
|
Reference in New Issue
Block a user