Make unbuffered log verbosity aware

This commit is contained in:
Michael Krasnyk
2017-09-15 10:45:07 +02:00
parent 966139cde9
commit e32b8bae00
4 changed files with 66 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ void LogPolicy::SetLevel(std::string const &level)
else if (boost::iequals(level, "DEBUG"))
m_level = logDEBUG;
else
;
m_level = logINFO;
}
LogPolicy &LogPolicy::GetInstance()