- class QMessageLogContext¶
The
QMessageLogContext
class provides additional information about a log message. More…Synopsis¶
Methods¶
def
__init__()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description¶
The class provides information about the source code location a
qDebug()
,qInfo()
,qWarning()
,qCritical()
orqFatal()
message was generated.Note
By default, this information is recorded only in debug builds. You can overwrite this explicitly by defining
QT_MESSAGELOGCONTEXT
orQT_NO_MESSAGELOGCONTEXT
.See also
QMessageLogger
QtMessageHandler
qInstallMessageHandler()
- PySide6.QtCore.QMessageLogContext.CurrentVersion¶
- PySide6.QtCore.QMessageLogContext.version¶
- PySide6.QtCore.QMessageLogContext.line¶
- PySide6.QtCore.QMessageLogContext.file¶
- PySide6.QtCore.QMessageLogContext.function¶
- PySide6.QtCore.QMessageLogContext.category¶
- __init__()¶
- __init__(fileName, lineNumber, functionName, categoryName)
- Parameters:
fileName – str
lineNumber – int
functionName – str
categoryName – str