mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-15 08:01:30 +08:00
Update stdout_color_sinks.h
This commit is contained in:
parent
8901cbffe0
commit
e8a726df03
@ -24,7 +24,6 @@ using stdout_color_sink_mt = ansicolor_stdout_sink_mt;
|
||||
using stdout_color_sink_st = ansicolor_stdout_sink_st;
|
||||
using stderr_color_sink_mt = ansicolor_stderr_sink_mt;
|
||||
using stderr_color_sink_st = ansicolor_stderr_sink_st;
|
||||
|
||||
#endif
|
||||
} // 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);
|
||||
}
|
||||
} // namespace spdlog
|
||||
} // namespace spdlog
|
||||
|
Loading…
Reference in New Issue
Block a user