mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-02 11:29:01 +08:00
Renamed exposed method. [#1004]
This commit is contained in:
@@ -133,7 +133,7 @@ public:
|
||||
formatter_ = std::move(sink_formatter);
|
||||
}
|
||||
|
||||
bool colors_enabled()
|
||||
bool should_color()
|
||||
{
|
||||
return should_do_colors_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user