mirror of
https://github.com/gabime/spdlog.git
synced 2026-04-10 11:34:29 +08:00
fix support for utf8 logging under win32
This commit is contained in:
@@ -172,4 +172,4 @@ void spdlog::logger::err_handler_(const std::string &msg)
|
||||
std::strftime(date_buf, sizeof(date_buf), "%Y-%m-%d %H:%M:%S", &tm_time);
|
||||
fmt::print(stderr, "[*** LOG ERROR ***] [{}] [{}] {}\n", date_buf, name(), msg);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user