mirror of
https://github.com/gabime/spdlog.git
synced 2025-10-01 02:49:03 +08:00
Removed spdlog::default_level and its usage in registry
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user