Details
Description
All other functions can be imported, except qInfo().
from PySide6.QtCore import qDebug, qInfo, qWarning, qCritical, qFatal
from PySide2.QtCore import qDebug, qInfo, qWarning, qCritical, qFatal
Because I come from C++, I just "reformat" the code. All other developers use the logging module from Python?
Attachments
Issue Links
- relates to
-
PYSIDE-1899 Can't use category based logging from PySide
-
- Closed
-