mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Merge branch 'master' of https://github.com/gabime/spdlog
This commit is contained in:
commit
2a86cdb203
@ -83,8 +83,8 @@ public:
|
|||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
void critical(const wchar_t *fmt, const Args &... args);
|
void critical(const wchar_t *fmt, const Args &... args);
|
||||||
|
|
||||||
#endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT
|
#endif // SPDLOG_WCHAR_TO_UTF8_SUPPORT
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
void log(level::level_enum lvl, const T &);
|
void log(level::level_enum lvl, const T &);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user