Navigation

    Qt Forum

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

    • SOLVED qDebug, qWarning etc. Android implementation
      Mobile and Embedded • qdebug androidqt logging qwarning • • azarubkin  

      2
      0
      Votes
      2
      Posts
      503
      Views

      Found it: https://github.com/qt/qtbase/blob/5.12/src/corelib/global/qlogging.cpp Specifically, I needed to set application name in QCoreApplication.
    • UNSOLVED TimeToPic bundle, general purpose visual performance analyzer & logging for Qt and various embedded uses
      Announcements • performance logging measure • • peruserkki  

      3
      0
      Votes
      3
      Posts
      1293
      Views

      Hi. Initially we were thinking of creating plugin. Then we found out that people uses various IDE's when developing several platforms/systems and idea was dropped. Now the typical work flow is that you code using your favorite IDE and on second screen you have analysis running without stepping into way. What comes to Qt, we implemented small logging library that does basic stuff and OS level CPU and Memory usage logging. It might be good idea to check latest Qt logging API and support for those as well. Kind regards, Erkki Salonen Tampere Finland
    • SOLVED Does Qt5 have a framework for logging user actions?
      General and Desktop • windows qt5.4 desktop framework logging • • Jakob  

      5
      0
      Votes
      5
      Posts
      2374
      Views

      Since the obvious answer to the question is a resounding 'no', I'll mark this question as 'solved', although I'll still have to think about a way to achieve what we want in the most convenient way.
    • UNSOLVED qFormatLogMessage and backtrace on win32 / msvc2013
      General and Desktop • qt5.5.1 msvc2013 win32 logging backtrace • • BenV666  

      2
      0
      Votes
      2
      Posts
      1376
      Views

      Hi and welcome to devnet, Do you have by any change QT_FATAL_WARNINGS defined ? If not, can you try the same thing with the 5.6 beta ?
    • Logging out in Maintenance Tool
      Installation and Deployment • installation logging maintenance too • • killo  

      1
      0
      Votes
      1
      Posts
      578
      Views

      No one has replied

    • 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
      3831
      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.
    • QPlainTextEdit can not handle large amounts of text
      General and Desktop • qplaintextedit logging log stream konsole • • Jarggoh  

      2
      0
      Votes
      2
      Posts
      1548
      Views

      Hi and welcome to devnet, One thing in you code is that in your receive function your are looping over each byte you received and ask to update the widget. What is generally done when handling large amount of data in such small amount is that the processing is done in a different thread. Also the UI update should be batched, there's no real benefit to update your QPlainTextEdit content for every single byte you get. Hope it helps
    • How to enable logging in webengine/chromium?
      QtWebEngine • chromium logging • • rahul3349  

      2
      0
      Votes
      2
      Posts
      1824
      Views

      Hi Rahul, I am looking something similar i.e. logs of Qt framework. Refer https://forum.qt.io/topic/58566/how-to-print-logs-qdebug-qwarning-qcritical-qfatal-of-qt-framework-libraries-itself Try using --log-level=0. It might work in your case. Thanks, Anant Agrawal
    • Logger: simple, convinient and thread safe logger for Qt applications
      Showcase • qdebug logging • • cyberbobs  

      43
      0
      Votes
      43
      Posts
      56098
      Views

      @_JR_ You're welcome :) Personally I neither had any experience in writing iOS apps nor have the necessary hardware/keys/certificates for that. So any input on the subject will be useful (but I doubt that it will be possible to make any enhancements based on that).