Vangers
Vangers copied to clipboard
Inconsistent logging
I find it rather confusing that despite the fact the console is filled with various semi-informative messages, the game hesitates to print an actual error cause in case it does Abort(), and instead writes it to a logfile.txt (which I didn't know even existed). Can we just print everything to console (stdout for regular messages, stderr for errors, for example) instead?
Yes, I agree. We stuck between old windows like log system and something more modern.