Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. logs
    Log in to post

    • SOLVED System event logs
      General and Desktop • system logs • • Max13  

      11
      0
      Votes
      11
      Posts
      5334
      Views

      Like I wrote, pure curiosity :) AFAIK, asl would be a starting point.
    • How to print logs (qDebug, qWarning, qCritical , qFatal) of Qt framework / libraries itself?
      General and Desktop • qdebug output print logging log qwarning logs • • AnantAgrawal  

      2
      0
      Votes
      2
      Posts
      3852
      Views

      Hi @AnantAgrawal, Just just launch your app from the console. qDebug, qWarning etc. will be printed to the console too (stdout/stderr). Make sure you don't define QT_NO_DEBUG_OUTPUT -- see http://doc.qt.io/qt-5/debug.html for more info.