QLogingCategory, cant disable output...
Unsolved
General and Desktop
-
Hey
So I made a bunch of login categories and in my int main() I've added this >
QLoggingCategory::setFilterRules("*.[<type>]=false");
But when I run my app, I'm still getting qCDebug/Info/Warning printing... How should I use that system?
Should I call this function ,before I make QApplication/after ? When/where?
-
Hi,
Can you show your category declaration and the exact line you are using to disable them ?
When are you calling it ?