java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QLoggingCategory
- All Implemented Interfaces:
QtObjectInterface
Represents a category, or 'area' in the logging infrastructure
Java wrapper for Qt class QLoggingCategory
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Java wrapper for Qt function pointer QLoggingCategory::CategoryFilterNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only.QLoggingCategory
(String category) QLoggingCategory
(String category, QtMsgType severityLevel) -
Method Summary
Modifier and TypeMethodDescriptionfinal String
static QLoggingCategory
final boolean
final boolean
final boolean
final boolean
final boolean
final void
setEnabled
(QtMsgType type, boolean enable) static void
setFilterRules
(String rules) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QLoggingCategory
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
QLoggingCategory
-
QLoggingCategory
-
-
Method Details
-
categoryName
-
isCriticalEnabled
-
isDebugEnabled
-
isEnabled
-
isInfoEnabled
-
isWarningEnabled
-
setEnabled
-
defaultCategory
-
installFilter
-
setFilterRules
-