A debug and log library for Qt.
- Simple.
- A log library with Qt type(e.g. QPoint, QRect ...) support, especially QPixmap/QImage/QBitmap etc.
- Privided a TCP server can receive and display log info and view image facilitating debug QPaint/QPixmap etc.
- Save log to local file.
#include "QLog.h"
qDbg << "hello" << QPoint{0, 0} << "world";
qInf << "some picture" << QPixmap{"path.jpg"};
link the static library qlog.lib