mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
formatting
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
#include <mutex>
|
||||
#include <string>
|
||||
|
||||
namespace spdlog { namespace sinks {
|
||||
namespace spdlog {
|
||||
namespace sinks {
|
||||
/*
|
||||
* MSVC sink (logging using OutputDebugStringA)
|
||||
*/
|
||||
@@ -37,6 +38,7 @@ protected:
|
||||
using msvc_sink_mt = msvc_sink<std::mutex>;
|
||||
using msvc_sink_st = msvc_sink<details::null_mutex>;
|
||||
|
||||
}} // namespace spdlog::sinks
|
||||
} // namespace sinks
|
||||
} // namespace spdlog
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user