On 02/07/11 19:54, [email protected] wrote: > From: Pablo Neira Ayuso <[email protected]> > > This patchs allow to invoke log_init(...) as many times > as you want. Thus, applications and libraries can register > their own logging subsystems in runtime. > > The idea consists of splitting the numberspace for applications > and libraries. From 0 to 64 for applications, from 64 to 255 for > libraries.
I come up with an idea which would use your approach based on negative numbers. I expect to resend a new patch soon.
