<table><tr><td style="">ltoscano created this revision.<br />Restricted Application added a reviewer: KDE Games.<br />Restricted Application added a subscriber: KDE Games.
</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/D5626" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>There was a combination of qDebug, kDebug and custom macros<br />
which redirected to qDebug, standard error or standard output.</p>

<p>This is the first attempt to unify all of the above with the usage<br />
of Qt categorized logging. Fixed in the patch:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">direct usage of qDebug;</li>
<li class="remarkup-list-item">kDebug though the dbk macro;</li>
<li class="remarkup-list-item">standard error through the dbe macro.</li>
</ul>

<p>The levels for dbk/dbe messages have been aligned with the level<br />
of the respective macros.<br />
Few standard output/dbo macros have been cleaned as well, but many<br />
are still used. At least their usage is confined to one file only<br />
(src/generator/sudokuboard.cpp). Some of those messages produces<br />
formatted output, so they may require overloads of the << operator,<br />
if they need to be kept.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Compiles.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R417 KSudoku</div></div></div><br /><div><strong>BRANCH</strong><div><div>clean-debug-1</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D5626" rel="noreferrer">https://phabricator.kde.org/D5626</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt<br />
src/CMakeLists.txt<br />
src/generator/cagegenerator.cpp<br />
src/generator/debug.h<br />
src/generator/dlxsolver.cpp<br />
src/generator/mathdokugenerator.cpp<br />
src/generator/sudokuboard.cpp<br />
src/gui/gamevariants.cpp<br />
src/gui/ksudoku.cpp<br />
src/gui/ksudokugame.cpp<br />
src/gui/views/renderer.cpp<br />
src/gui/views/view2d.cpp</div></div></div><br /><div><strong>To: </strong>ltoscano, ouwerkerk, stikonas, KDE Games<br /><strong>Cc: </strong>KDE Games<br /></div>