mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Renamed exposed method. [#1004]
This commit is contained in:
parent
63cfb7db25
commit
1caf05cc52
@ -133,7 +133,7 @@ public:
|
|||||||
formatter_ = std::move(sink_formatter);
|
formatter_ = std::move(sink_formatter);
|
||||||
}
|
}
|
||||||
|
|
||||||
bool colors_enabled()
|
bool should_color()
|
||||||
{
|
{
|
||||||
return should_do_colors_;
|
return should_do_colors_;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user