mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
log_msg to contain logger_name + astyle
This commit is contained in:
@@ -46,7 +46,8 @@ public:
|
||||
{
|
||||
if (_enabled)
|
||||
{
|
||||
_log_msg.time = log_clock::now();
|
||||
_log_msg.logger_name = _callback_logger->get_name();
|
||||
_log_msg.time = log_clock::now();
|
||||
_log_msg.raw = _oss.str();
|
||||
_callback_logger->_log_it(_log_msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user