mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
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