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