spdlog/include/spdlog
dominicpoeschko 25b10dc264 additional log overload
calling log with a string_view as msg called
```
 template<typename... Args>
    void log(source_loc loc, level::level_enum lvl, string_view_t fmt, const Args &... args)
```

instead of
```
template<class T, typename std::enable_if<std::is_convertible<const T &, spdlog::string_view_t>::value, T>::type * = nullptr>
    void log(source_loc loc, level::level_enum lvl, const T &msg)
```

which lead to an unnecessary call to fmt::format
2020-02-08 11:11:04 +01:00
..
details Fix #1340 2019-12-03 00:35:28 +02:00
fmt Bump fmt to 6.1.2 2019-12-12 23:50:30 +02:00
sinks update method name 2020-01-19 17:29:17 +08:00
async_logger-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
async_logger.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
async.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
common-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
common.h Fix #1308 2019-11-10 00:35:34 +02:00
formatter.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
logger-inl.h Fixed some more clang-tidy warnings 2019-11-08 16:20:41 +02:00
logger.h additional log overload 2020-02-08 11:11:04 +01:00
spdlog-inl.h "#include" <spdlog/.*> instead of "spdlog/.*" 2019-11-06 19:15:29 +00:00
spdlog.h Remove redundant semicolon 2019-11-11 18:41:58 +08:00
tweakme.h Removed SPDLOG_NO_DATETIME option 2019-11-04 17:43:30 +02:00
version.h version 1.5.0-rc 2019-12-05 01:21:58 +02:00