Skip to content
Snippets Groups Projects

qt: log application messages from console.log and qDebug as VLC logs

Merged Pierre Lamot requested to merge chub/vlc:qt/log-qml-console-as-vlc-messages into master

This allows to get application message written through console.xxx in qml or qDebug logged as vlc messages. Qt internal messages are still sent through the default Qt log handler

this partially re-introduce !848 (closed), difference being:

  • qt internal messages (now that we have --qt-verbose) are not sent to VLC, only application message are dispatched
  • formatting and verbosity of application message is the responsibility of vlc logs
  • 2 years after, having custom logger for qml never happened, I no longer expect this

verbosity rules have been moved to the new file mostly to reduce the quantity of inline code in qt.cpp

@fuzun

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading