H-Anna / Clover

GNU General Public License v3.0
0 stars 0 forks source link

Reroute console output & make it neat #23

Open H-Anna opened 2 years ago

H-Anna commented 2 years ago

Reroute qDebug output to a log file. It should be properly formatted, with information, errors and warning clearly separate. Log should include the class from which it originates, a description (better than current), and possibly a timestamp. Signal emission should also be documented to trace bugs more effectively. This log should be shown real-time in the console if Clover is started from the console using a switch (eg. ./Clover --log).