<table><tr><td style="">rjvbb created this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D7380" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>This change migrates libkcompactdisc to using modern logging for debugging purposes. It introduces a <tt style="background: #ebebeb; font-size: 13px;">cd</tt> base category since a <tt style="background: #ebebeb; font-size: 13px;">cd.playlist</tt> category existed already.</p>

<p>An additional <tt style="background: #ebebeb; font-size: 13px;">cd.test</tt> category is introduced in the testkcd utility, which also enables logging on all <tt style="background: #ebebeb; font-size: 13px;">cd</tt> categories.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Works as expected.</p>

<p>It appears to be necessary to enable debug output on the <tt style="background: #ebebeb; font-size: 13px;">cd.test</tt> category explicitly, despite setting the QT_LOGGING_RULES env. var, probably because the <tt style="background: #ebebeb; font-size: 13px;">tKCD</tt> instance is created before main() and thus qputenv() are called. I can probably avoid that by using the approach used in the <tt style="background: #ebebeb; font-size: 13px;">Q_LOGGING_CATEGORY</tt> macro but I'm not certain that's worth the trouble?</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R349 KCompactDisc Library</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D7380" rel="noreferrer">https://phabricator.kde.org/D7380</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/kcompactdisc.cpp<br />
src/kcompactdisc_p.cpp<br />
src/kcompactdisc_p.h<br />
src/phonon_interface.cpp<br />
src/wmlib_interface.cpp<br />
tests/testkcd.cpp</div></div></div><br /><div><strong>To: </strong>rjvbb, Frameworks<br /></div>