Small changes

This commit is contained in:
gabi
2014-10-10 03:36:50 +03:00
parent 2a6ff3b613
commit ae2426e0be
12 changed files with 41 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
#pragma once
#include <sstream>
#include "../common_types.h"
#include "../common.h"
#include "../logger.h"
#include "fast_oss.h"

View File

@@ -1,6 +1,7 @@
#pragma once
#include "../common_types.h"
#include <chrono>
#include "../common.h"
namespace c11log
{
@@ -16,7 +17,6 @@ struct log_msg
raw(),
formatted() {}
log_msg(const log_msg& other):
logger_name(other.logger_name),
level(other.level),