java.lang.Object
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 callableQLoggingCategory::CategoryFilter
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionQLoggingCategory
(String category) Overloaded constructor forQLoggingCategory(java.lang.String, QtMsgType)
withseverityLevel = QtMsgType.QtDebugMsg
.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
Overloaded constructor for
QLoggingCategory(java.lang.String, QtMsgType)
withseverityLevel = QtMsgType.QtDebugMsg
. -
QLoggingCategory
-
-
Method Details
-
categoryName
-
isCriticalEnabled
-
isDebugEnabled
-
isEnabled
-
isInfoEnabled
-
isWarningEnabled
-
setEnabled
-
defaultCategory
-
installFilter
-
setFilterRules
-