Skip to content

byteatom/qlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QLog

A debug and log library for Qt.

Features:

  • 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. screenshot1
  • Save log to local file.

Usage:

#include "QLog.h"
qDbg << "hello" << QPoint{0, 0} << "world";
qInf << "some picture" << QPixmap{"path.jpg"};

link the static library qlog.lib

Releases

No releases published

Packages