On 02/07/11 19:54, pablo@gnumonks.org wrote:
From: Pablo Neira Ayuso pablo@gnumonks.org
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.