-
Methods in io.qt.core with parameters of type QLoggingCategory
Modifier and Type |
Method |
Description |
void |
QLoggingCategory.CategoryFilter.call(QLoggingCategory arg__1) |
|
static QDebug |
QLogging.qCCritical(QLoggingCategory category) |
Logs a critical message into given category using a QDebug stream
|
static void |
QLogging.qCCritical(QLoggingCategory category,
QLogging.Supplier message) |
|
static void |
QLogging.qCCritical(QLoggingCategory category,
String message) |
Logs a critical message in the logging category.
|
static void |
QLogging.qCCritical(QLoggingCategory category,
String message,
Object... args) |
Logs a critical message with arguments in the logging category.
|
static QDebug |
QLogging.qCDebug(QLoggingCategory category) |
Logs a debug message into given category using a QDebug stream
|
static void |
QLogging.qCDebug(QLoggingCategory category,
QLogging.Supplier message) |
|
static void |
QLogging.qCDebug(QLoggingCategory category,
String message) |
Logs a debug message in the logging category.
|
static void |
QLogging.qCDebug(QLoggingCategory category,
String message,
Object... args) |
Logs a debug message with arguments in the logging category.
|
static QDebug |
QLogging.qCInfo(QLoggingCategory category) |
Logs an info message into given category using a QDebug stream
|
static void |
QLogging.qCInfo(QLoggingCategory category,
QLogging.Supplier message) |
|
static void |
QLogging.qCInfo(QLoggingCategory category,
String message) |
Logs an info message in the logging category.
|
static void |
QLogging.qCInfo(QLoggingCategory category,
String message,
Object... args) |
Logs an info message with arguments in the logging category.
|
static QDebug |
QLogging.qCWarning(QLoggingCategory category) |
Logs a warning message into given category using a QDebug stream
|
static void |
QLogging.qCWarning(QLoggingCategory category,
QLogging.Supplier message) |
|
static void |
QLogging.qCWarning(QLoggingCategory category,
String message) |
Logs a warning message in the logging category.
|
static void |
QLogging.qCWarning(QLoggingCategory category,
String message,
Object... args) |
Logs a warning message with arguments in the logging category.
|