> On June 21, 2014, 11:36 a.m., Christoph Feck wrote:
> > What is the status of categorized debugging/logging support in Qt, and how 
> > do we utilize that in our frameworks?
> > 
> > If we are still simply using uncategorized qDebug(), please commit it.
> 
> Luigi Toscano wrote:
>     We can use qCDebug; the only problem is that right now (for what I know) 
> categories can't be enabled/disabled dynamically, but statically from the 
> code. See:
>     http://community.kde.org/Frameworks/Porting_To_qCDebug
> 
> Elias Probst wrote:
>     "In Qt 5.3 this should not be needed for KDE anymore because we should 
> then be able to manage the logging categories from outside your application."
>     
>     So this means just this would be enough?
>     
>     qCDebug() << "my debug message";
>     
>     How will the result then look like? Will it be categorized based on the 
> application using KF5 kiconloader? Or will kiconloader need its own logging 
> category?

Please check the section "Actual porting: kDebug to qCDebug" of the page I 
mentioned above, it provides an example (qCDebug needs a category).


- Luigi


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/118853/#review60646
-----------------------------------------------------------


On June 21, 2014, 4:53 a.m., Elias Probst wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/118853/
> -----------------------------------------------------------
> 
> (Updated June 21, 2014, 4:53 a.m.)
> 
> 
> Review request for KDE Frameworks and Christoph Feck.
> 
> 
> Repository: kiconthemes
> 
> 
> Description
> -------
> 
> Currently I get to see this debug log message quite often:
> 
> Warning: could not find "unknown" icon for size 48
> 
> This makes it hard to find out which icon was originally requested.
> This patch adds a debug log message including the name + size of the not 
> found icon before attempting to load the "unknown" icon.
> 
> 
> Diffs
> -----
> 
>   src/kiconloader.cpp 6e22f3e864db190f409550fcac964154c895ca6b 
> 
> Diff: https://git.reviewboard.kde.org/r/118853/diff/
> 
> 
> Testing
> -------
> 
> Debug log messages look now like this:
> 
> Icon "konsole" for size 48 not found
> Warning: could not find "unknown" icon for size 48
> 
> 
> Thanks,
> 
> Elias Probst
> 
>

_______________________________________________
Kde-frameworks-devel mailing list
Kde-frameworks-devel@kde.org
https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Reply via email to