kdebug.areas
Stephan Kulow
coolo at kde.org
Tue Jun 28 13:45:47 BST 2005
Am Dienstag 28 Juni 2005 13:02 schrieb David Faure:
>
> As discussed before, I want to implement runtime allocation of areas instead.
> Here it is again, in case you have comments on the approach:
I had something much simpler in mind: parts that are not meant to run side
by side in the same app can register a wild number from a huge set of numbers
that they preallocate at runtime. But unlike your proposal, it would be something
like KDebug::register("Krita (filter)", 41000); This of course leaves open the
danger that some konqueror extension uses the same as some document viewer part,
but I would consider that not high enough to go with namespaces.
While your proposal requires some code changes, I think it's more flexible.
Greetings, Stephan
More information about the kde-core-devel
mailing list