"cmake.configureArgs": [
"-DDEV=ON",
"-DMYSQL=ON",
"-DUPNP=ON",
"-DVIDEORECORDER=ON",
"-DUSE_GOLD=OFF",
"-DIPO=OFF"
],
{"addresses":["tw-0.7+udp://1.15.247.109:8303"],"location":"as:cn","info":{…}}
yourlanguage.txt
hereCWindowsConsoleLogger
uses WriteConsoleW
which only works when the standard output handle is a console (GetFileType
returns FILE_TYPE_CHAR
).
When redirecting output into a file, GetFileType
returns FILE_TYPE_DISK
. For this case a CWindowsFileLogger
is added that uses WriteFile
instead. This works on raw bytes, so the UTF-8 encoded lines are written directly.
When pipeing output or when using custom terminals like Git Bash, GetFileType
returns FILE_TYPE_PIPE
. I ca...je/jouw
except line 1121 which uses u
, not a big deal I guess tho