Removed spdlog::default_level and its usage in registry

This commit is contained in:
gabime
2019-08-16 19:04:49 +03:00
parent a8b5e3da29
commit 01eb59ca9b
3 changed files with 2 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ namespace details {
SPDLOG_INLINE registry::registry()
: formatter_(new pattern_formatter())
, level_(spdlog::logger::default_level())
, level_(spdlog::level::info)
{
#ifndef SPDLOG_DISABLE_DEFAULT_LOGGER