Details
Description
Qt offers category-based logging using the qCDebug, qCWarning and so on macros. Those take a QLoggingCategory as an argument.
At the moment, only the non-category log methods are exposed to PySide, QLoggingCategory is not exposed, and also not the category logging methods.
Attachments
Issue Links
- relates to
-
PYSIDE-1929 qInfo() not in QtCore
- Closed