mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Update logger.h
This commit is contained in:
@@ -214,7 +214,7 @@ public:
|
|||||||
#error SPDLOG_WCHAR_TO_UTF8_SUPPORT only supported on windows
|
#error SPDLOG_WCHAR_TO_UTF8_SUPPORT only supported on windows
|
||||||
#else
|
#else
|
||||||
template<typename... Args>
|
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
|
try
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user