log levels now lowercase

This commit is contained in:
gabime
2014-12-21 01:30:39 +02:00
parent 892de62f66
commit b1867cfba3
8 changed files with 68 additions and 78 deletions

View File

@@ -63,7 +63,7 @@ inline void spdlog::async_logger::_set_pattern(const std::string& pattern)
inline void spdlog::async_logger::_stop()
{
set_level(level::OFF);
set_level(level::off);
}
inline void spdlog::async_logger::_log_msg(details::log_msg& msg)