Skip to content

Use standard Qt logging for debug messages

Jonathan Marten requested to merge marten/marble:standard-logging into master

Replace Marble's own debug logging function and settings with the standard Qt functions. This allows the logging message output to be controlled by the standard Qt or Plasma settings, and the log message format follows the standard Qt format as set by QT_MESSAGE_PATTERN.

Categorised logging can be used to selectively log or hide messages from different parts of Marble.

Merge request reports