Make jlog log_to_console use mcolor windowsSaneify for Windows platform
This commit is contained in:
@@ -51,6 +51,9 @@ namespace jlog
|
||||
SetConsoleOutputCP(CP_UTF8);
|
||||
#endif
|
||||
*/
|
||||
#ifdef WIN32
|
||||
mcolor::windowsSaneify();
|
||||
#endif
|
||||
|
||||
std::cout << message;
|
||||
}
|
||||
|
Reference in New Issue
Block a user