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's 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
ModifierConstructorDescriptionQLoggingCategory
(String category) Overloaded constructor forQLoggingCategory(java.lang.String, QtMsgType)
withseverityLevel = QtMsgType.QtDebugMsg
.QLoggingCategory
(String category, QtMsgType severityLevel) protected
Constructor for internal use only. -
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
Overloaded constructor for
QLoggingCategory(java.lang.String, QtMsgType)
withseverityLevel = QtMsgType.QtDebugMsg
. -
QLoggingCategory
-
-
Method Details
-
categoryName
-
isCriticalEnabled
-
isDebugEnabled
-
isEnabled
-
isInfoEnabled
-
isWarningEnabled
-
setEnabled
-
defaultCategory
-
installFilter
-
setFilterRules
-