Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Disable Qt internal system log
Forum Updated to NodeBB v4.3 + New Features

Disable Qt internal system log

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 435 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rafaelSorel
    wrote on last edited by
    #1

    Hello,

    Is it possible to disable Qt internal system logs as this one :

    qrc:///qmlFolder/view.qml:1516:13: QML Image: Error downloading http://server.xx.xx/image.png  - server replied: Not Found
    

    I have tried with no success:

    QT_LOGGING_RULES
    QLoggingCategory::setFilterRules
    

    It seems that those features are only for qDebug() , qWarning() that are called from within the internal code.

    even though compiling in full release does not put away those error logs.

    Thanks,

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved