Update logger.h

This commit is contained in:
Gabi Melman 2019-08-07 06:15:46 +03:00 committed by GitHub
parent 0df9164e7c
commit bb7420fc22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ public:
#error SPDLOG_WCHAR_TO_UTF8_SUPPORT only supported on windows
#else
template<typename... Args>
void force_log(source_loc loc, level::level_enum lvl, string_view_t fmt, const Args &... args)
void force_log(source_loc loc, level::level_enum lvl, wstring_view_t fmt, const Args &... args)
{
try
{