clang format

This commit is contained in:
gabime
2023-07-28 17:38:54 +03:00
parent 2ecc00e9c6
commit 6cac90b89a
6 changed files with 4 additions and 10 deletions

View File

@@ -58,7 +58,6 @@ SPDLOG_API void set_formatter(std::unique_ptr<spdlog::formatter> formatter);
// example: spdlog::set_pattern("%Y-%m-%d %H:%M:%S.%e %l : %v");
SPDLOG_API void set_pattern(std::string pattern, pattern_time_type time_type = pattern_time_type::local);
// Get global logging level
SPDLOG_API level::level_enum get_level();