|
|
@ -15,8 +15,7 @@ namespace sinks {
|
|
|
|
|
|
|
|
|
|
|
|
template<typename ConsoleMutex>
|
|
|
|
template<typename ConsoleMutex>
|
|
|
|
SPDLOG_INLINE wincolor_sink<ConsoleMutex>::wincolor_sink(HANDLE out_handle, color_mode mode)
|
|
|
|
SPDLOG_INLINE wincolor_sink<ConsoleMutex>::wincolor_sink(HANDLE out_handle, color_mode mode)
|
|
|
|
:
|
|
|
|
: out_handle_(out_handle)
|
|
|
|
, out_handle_(out_handle)
|
|
|
|
|
|
|
|
, mutex_(ConsoleMutex::mutex())
|
|
|
|
, mutex_(ConsoleMutex::mutex())
|
|
|
|
, formatter_(details::make_unique<spdlog::pattern_formatter>())
|
|
|
|
, formatter_(details::make_unique<spdlog::pattern_formatter>())
|
|
|
|
{
|
|
|
|
{
|
|
|
|