Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.8.0
-
None
Description
There has been interest on enabling / disabling individual QLoggingCategory. Currently you have to use setFilterRules and list all your categories on the string. If you have several categories and try to set only one of them true/false, the others get mixed.
There is the setEnabled function, but that isn't accessible from const pointer.
This issue has been raised by interest on setting categories dynamically during application execution.
Attachments
Issue Links
- depends on
-
QTBUG-119238 categorized log output on iOS has line breaks in random places
- Closed
- is duplicated by
-
QTBUG-109266 As developer I would like to have access to filterRules
- Reported