mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-24 14:42:13 +08:00
Update spdlog-inl.h
This commit is contained in:
parent
99abcf6ded
commit
3c527488e7
@ -47,7 +47,7 @@ SPDLOG_INLINE void dump_backtrace()
|
|||||||
default_logger_raw()->dump_backtrace();
|
default_logger_raw()->dump_backtrace();
|
||||||
}
|
}
|
||||||
|
|
||||||
SPDLOG_API level::level_enum get_level()
|
SPDLOG_INLINE level::level_enum get_level()
|
||||||
{
|
{
|
||||||
return default_logger_raw()->level();
|
return default_logger_raw()->level();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user