Start of move to variadic template functions in logger

This commit is contained in:
gabi
2014-10-12 04:38:06 +03:00
parent 535e332dc1
commit f9425bb666
5 changed files with 148 additions and 91 deletions

View File

@@ -46,7 +46,7 @@ public:
_log_msg.logger_name = _callback_logger->name();
_log_msg.time = log_clock::now();
_log_msg.raw = _oss.str();
_callback_logger->_log_it(_log_msg);
_callback_logger->_log_msg(_log_msg);
}
}