mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-30 02:19:35 +08:00
remode stack_oss
This commit is contained in:
@@ -23,7 +23,7 @@ protected:
|
||||
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);
|
||||
_ostream << msg.str;
|
||||
}
|
||||
|
||||
std::ostream& _ostream;
|
||||
|
Reference in New Issue
Block a user