On Monday 25 August 2008, Bogdan Pintea wrote: > Are there clear disadvantages against sticking to only logging with > dedicated severity macros and (progressively) migrate all log statements > to that model?
Hi Bogdan, perhaps this is interesting for you, we're changed some time ago our logging system to use only one scheme, that automatically adds function name and severity to the output. You'll find the code at http://devel.kamailio.org/svn/trunk/dprint.h We did not experienced any difficulties (e.g. with compiler support) so far in using this implementation. Cheers, Henning _______________________________________________ Serdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/serdev
