Some syntactic improvements

This commit is contained in:
gabi
2014-10-10 21:17:26 +03:00
parent ae2426e0be
commit b49b086723
5 changed files with 27 additions and 49 deletions

View File

@@ -11,10 +11,9 @@
namespace c11log
{
//class logger;
namespace details
{
class line_logger
{
public:
@@ -45,7 +44,7 @@ public:
{
if (_enabled)
{
_log_msg.logger_name = _callback_logger->get_name();
_log_msg.logger_name = _callback_logger->name();
_log_msg.time = log_clock::now();
_log_msg.raw = _oss.str();
_callback_logger->_log_it(_log_msg);