mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 00:40:26 +08:00
Small template rename
This commit is contained in:
parent
0d61ab82e4
commit
9b5c5b4f3d
@ -22,13 +22,13 @@ namespace sinks {
|
|||||||
* of the message.
|
* of the message.
|
||||||
* If no color terminal detected, omit the escape codes.
|
* If no color terminal detected, omit the escape codes.
|
||||||
*/
|
*/
|
||||||
template<class StdoutTrait, class ConsoleMutexTrait>
|
template<class ConsoleStdoutTrait, class ConsoleMutexTrait>
|
||||||
class ansicolor_sink : public sink
|
class ansicolor_sink : public sink
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
using mutex_t = typename ConsoleMutexTrait::mutex_t;
|
using mutex_t = typename ConsoleMutexTrait::mutex_t;
|
||||||
ansicolor_sink()
|
ansicolor_sink()
|
||||||
: target_file_(StdoutTrait::stream())
|
: target_file_(ConsoleStdoutTrait::stream())
|
||||||
, _mutex(ConsoleMutexTrait::console_mutex())
|
, _mutex(ConsoleMutexTrait::console_mutex())
|
||||||
|
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user