mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
move log_msg to details namespace
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
virtual ~console_sink() = default;
|
||||
|
||||
protected:
|
||||
virtual void _sink_it(const log_msg& msg) override
|
||||
virtual void _sink_it(const details::log_msg& msg) override
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(_mutex);
|
||||
_ostream.write(msg.msg_buf.first, msg.msg_buf.second);
|
||||
|
Reference in New Issue
Block a user