Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.13.2, 6.2.2.1
-
None
-
miniconda 4.12.0 on Windows 10 21H2
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