Uses of Interface
io.qt.core.QLogging.Supplier
Package | Description |
---|---|
io.qt.core |
-
Uses of QLogging.Supplier in io.qt.core
Methods in io.qt.core with parameters of type QLogging.Supplier Modifier and Type Method Description static void
QLogging. qCCritical(QLoggingCategory category, QLogging.Supplier message)
Logs a critical message provided byQLogging.Supplier
in the logging category.static void
QLogging. qCDebug(QLoggingCategory category, QLogging.Supplier message)
Logs a debug message provided byQLogging.Supplier
in the logging category.static void
QLogging. qCInfo(QLoggingCategory category, QLogging.Supplier message)
Logs a info message provided byQLogging.Supplier
in the logging category.static void
QLogging. qCritical(QLogging.Supplier message)
Calls the message handler with the critical message provided byQLogging.Supplier
.static void
QLogging. qCWarning(QLoggingCategory category, QLogging.Supplier message)
Logs a warning message provided byQLogging.Supplier
in the logging category.static void
QLogging. qDebug(QLogging.Supplier message)
Calls the message handler with the debug message provided byQLogging.Supplier
.static void
QLogging. qFatal(QLogging.Supplier message)
Calls the message handler with the fatal message provided byQLogging.Supplier
.static void
QLogging. qInfo(QLogging.Supplier message)
Calls the message handler with the info message provided byQLogging.Supplier
.static void
QLogging. qWarning(QLogging.Supplier message)
Calls the message handler with the warning message provided byQLogging.Supplier
.