Make jlog log_to_console use mcolor windowsSaneify for Windows platform

This commit is contained in:
2024-07-02 13:33:52 -04:00
parent 67a83bbac4
commit cad79a474a

View File

@@ -51,6 +51,9 @@ namespace jlog
SetConsoleOutputCP(CP_UTF8);
#endif
*/
#ifdef WIN32
mcolor::windowsSaneify();
#endif
std::cout << message;
}