mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Removed appveyor ci
This commit is contained in:
@@ -66,7 +66,6 @@ public:
|
||||
|
||||
virtual ~logger() = default;
|
||||
|
||||
// log functions
|
||||
template <typename... Args>
|
||||
void log(source_loc loc, level lvl, format_string_t<Args...> fmt, Args &&...args) {
|
||||
if (should_log(lvl)) {
|
||||
|
Reference in New Issue
Block a user