Update logger.h

This commit is contained in:
Gabi Melman
2018-03-16 22:03:54 +02:00
committed by GitHub
parent 4445f6f869
commit fe8a519434

View File

@@ -83,8 +83,8 @@ public:
template<typename... Args>
void critical(const wchar_t *fmt, const Args &... args);
#endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT
template<typename T>
void log(level::level_enum lvl, const T &);