< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] debug message


Yes. When you initialize the Logger code, use this instead:

Log::initialize(Log::File, Log::Info, argv[0], logfilename);

If you look at resiprocate/os/Log.hxx you will see other constructors
that you can use as well. You can completely override the Logger to
use an external facility if you would like as well.

Jason


On 5/20/05, bini <marcobini@xxxxxxxxx> wrote:
> hello:-)
> 
> 
> i'm using resiprocate....
> can i have the debug messagge to a log file instead of  the screen??
> 
> thanks
> 
> 
> _______________________________________________
> resiprocate-devel mailing list
> resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
>