mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
fast_buf\!
This commit is contained in:
@@ -50,7 +50,7 @@ public:
|
||||
if (_enabled)
|
||||
{
|
||||
_oss << os::eol();
|
||||
_callback_logger->_log_it(_oss.str_ref(), _level);
|
||||
_callback_logger->_log_it(_oss.buf(), _level);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user