|
|
@ -24,7 +24,6 @@ using stdout_color_sink_mt = ansicolor_stdout_sink_mt;
|
|
|
|
using stdout_color_sink_st = ansicolor_stdout_sink_st;
|
|
|
|
using stdout_color_sink_st = ansicolor_stdout_sink_st;
|
|
|
|
using stderr_color_sink_mt = ansicolor_stderr_sink_mt;
|
|
|
|
using stderr_color_sink_mt = ansicolor_stderr_sink_mt;
|
|
|
|
using stderr_color_sink_st = ansicolor_stderr_sink_st;
|
|
|
|
using stderr_color_sink_st = ansicolor_stderr_sink_st;
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
} // namespace
|
|
|
|
} // namespace
|
|
|
|
|
|
|
|
|
|
|
@ -51,4 +50,4 @@ inline std::shared_ptr<logger> stderr_color_st(const std::string &logger_name)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
return Factory::template create<stderr_color_sink_mt>(logger_name);
|
|
|
|
return Factory::template create<stderr_color_sink_mt>(logger_name);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} // namespace spdlog
|
|
|
|
} // namespace spdlog
|
|
|
|