Uses of Class
io.qt.core.QLoggingCategory
Packages that use QLoggingCategory
-
Uses of QLoggingCategory in io.qt.core
Methods in io.qt.core that return QLoggingCategoryMethods in io.qt.core with parameters of type QLoggingCategoryModifier and TypeMethodDescriptionvoid
QLoggingCategory.CategoryFilter.accept
(QLoggingCategory arg__1) static QDebug
QLogging.qCCritical
(QLoggingCategory category) Logs a critical message into given category using a QDebug streamstatic 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 void
QLogging.qCCritical
(QLoggingCategory category, Supplier<? extends CharSequence> message) Logs a critical message provided bySupplier
in the logging category.static QDebug
QLogging.qCDebug
(QLoggingCategory category) Logs a debug message into given category using a QDebug streamstatic 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 void
QLogging.qCDebug
(QLoggingCategory category, Supplier<? extends CharSequence> message) Logs a debug message provided bySupplier
in the logging category.static QDebug
QLogging.qCInfo
(QLoggingCategory category) Logs an info message into given category using a QDebug streamstatic 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 void
QLogging.qCInfo
(QLoggingCategory category, Supplier<? extends CharSequence> message) Logs a info message provided bySupplier
in the logging category.static QDebug
QLogging.qCWarning
(QLoggingCategory category) Logs a warning message into given category using a QDebug streamstatic 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.static void
QLogging.qCWarning
(QLoggingCategory category, Supplier<? extends CharSequence> message) Logs a warning message provided bySupplier
in the logging category.