In addition to debugging code, it is also useful to monitor the code to look for opportunities to improve performance or cases where memory usage can be reduced.
We will start by looking at Qt's logging capabilities.
In addition to debugging code, it is also useful to monitor the code to look for opportunities to improve performance or cases where memory usage can be reduced.
We will start by looking at Qt's logging capabilities.
We have already met and discussed qDebug(), but there are other methods available for logging: