Upgraded spdlog to v1.11.0
This commit is contained in:
4
thirdparty/spdlog/sinks/base_sink.h
vendored
4
thirdparty/spdlog/sinks/base_sink.h
vendored
@@ -16,7 +16,7 @@
|
||||
namespace spdlog {
|
||||
namespace sinks {
|
||||
template<typename Mutex>
|
||||
class base_sink : public sink
|
||||
class SPDLOG_API base_sink : public sink
|
||||
{
|
||||
public:
|
||||
base_sink();
|
||||
@@ -37,7 +37,7 @@ public:
|
||||
protected:
|
||||
// sink formatter
|
||||
std::unique_ptr<spdlog::formatter> formatter_;
|
||||
mutable Mutex mutex_;
|
||||
Mutex mutex_;
|
||||
|
||||
virtual void sink_it_(const details::log_msg &msg) = 0;
|
||||
virtual void flush_() = 0;
|
||||
|
||||
Reference in New Issue
Block a user