[asterisk-dev] Janitor Project - ast_debug() conversion

Clod Patry cpatry at gmail.com
Tue Jun 12 19:09:30 CDT 2007


since i see a lot of activities regarding this, i'd like to point to:
http://bugs.digium.com/view.php?id=8849

I think that was a good way to increment the functionality of ast_log (and
eventually, ast_verbose).


On 6/12/07, Michiel van Baak <michiel at vanbaak.info> wrote:
>
> On 11:18, Tue 12 Jun 07, Russell Bryant wrote:
> > Dmitry Andrianov has created a new macro, ast_debug() which simplifies
> > debug logging.  He has also converted main/pbx.c to use it.  Now, the
> > rest of the code base needs to get converted.  If you are interested in
> > helping, volunteer to take a section of the code in this thread so you
> > don't duplicate efforts.  :)
> >
> > Currently, you will see code like:
> >
> > if (option_debug)
> >    ast_log(LOG_DEBUG, ...);
> >
> > if (option debug > 3)
> >    ast_log(LOG_DEBUG, ...);
> >
> > Now, that would look like
> >
> > ast_debug(1, ...);
> >
> > ast_debug(3, ...);
>
>
> All of channels/ is done in 3 patches.
> Files attached to 9957
> --
>
> Michiel van Baak
> michiel at vanbaak.eu
> http://michiel.vanbaak.eu
> GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x71C946BD
>
> "Why is it drug addicts and computer afficionados are both called users?"
>
> _______________________________________________
> --Bandwidth and Colocation provided by Easynews.com --
>
> asterisk-dev mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev
>



-- 
Clod Patry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20070612/36c66f2b/attachment.htm


More information about the asterisk-dev mailing list