We need a better logger. qDebug() is used for everything now but this does not yield output in release mode.
We need a logger which can have different levels such as WARNING, ERROR, NOTIFY etc and which works in release mode. It would also be nice if it writes to a file because of lack of stdin stdout in windows.
We need a better logger. qDebug() is used for everything now but this does not yield output in release mode.
We need a logger which can have different levels such as WARNING, ERROR, NOTIFY etc and which works in release mode. It would also be nice if it writes to a file because of lack of stdin stdout in windows.