I use fmt based logger with optionally color prints - which relies on ANSI color commands.
Unfortunately on Windows 10 it is disabled by default. I know how to enable it but I still want to find out how to test whether the console supports ANSI commands or not. Does anybody know?