fix support for utf8 logging under win32
This commit is contained in:
@@ -14,5 +14,5 @@ spdlog::logger *get_logger();
|
||||
int main(int, char *[])
|
||||
{
|
||||
auto *l = get_logger();
|
||||
l->info("HE LO ", "GA");
|
||||
l->info(L"HEllo {}", L"HGFS");
|
||||
}
|
||||
Reference in New Issue
Block a user