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

RE: [reSIProcate] New log level proposition


I would like to see a Notice level to correspond with syslog LOG_NOTICE.  I 
find it odd to have statistics come out of my app at a LOG_WARNING level.  I 
can turn off statistics with a compile option, but to get it to come out as 
LOG_NOTICE, I have to make changes in several source files.  I tried using the 
Info level, but there is too much else that comes out at that level.

> -----Original Message-----
> From: Eustanos [mailto:eustanos@xxxxx] 
> Sent: Tuesday, September 27, 2005 5:40 AM
> To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: [reSIProcate] New log level proposition
> 
> 
> 
> Do you think it's good idea to add another one Log::Level for 
> rutil? Today we have, ie. for WIN32 platform:
> 
> typedef enum 
>       {
>          None = -1,
>          Crit = 2,
>          Err = 3,
>          Warning = 4,
>          Info = 6,
>          Debug = 7,
>          Stack = 8,
>          StdErr = 9,
>          Bogus = 666
>       } Level;
>  
> Why not to add another one, only to log SIP messages without 
> detailed information about resip stack? Mariusz Ciepły.
> 
> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On 
> Behalf Of Eustanos
> Sent: Monday, September 26, 2005 6:20 PM
> To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: RE: [reSIProcate] How to trace socket ?
> 
> Hi,
> 
> I just want to show this messages in the application's window 
> (like in Xten diagnostic logs window). Any good ideas how to 
> achieve this ? Thanks.
> 
> Best regards,
> Mariusz Cieply.
> 
> -----Original Message-----
> From: resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx
> [mailto:resiprocate-devel-bounces@xxxxxxxxxxxxxxxxxxx] On 
> Behalf Of Jon Ringle
> Sent: Monday, September 26, 2005 5:10 PM
> To: resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> Subject: Re: [reSIProcate] How to trace socket ?
> 
> On Monday 26 September 2005 09:30 am, Eustanos wrote:
> > Hi,
> >
> > How to log only SIP messages which are sent/received via socket. I 
> > just want to trace the socket without additional information from 
> > resip library.
> 
> If all you need is SIP messages on the socket, why not just 
> use ethereal? _______________________________________________
> resiprocate-devel mailing list resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> 
> _______________________________________________
> resiprocate-devel mailing list resiprocate-devel@xxxxxxxxxxxxxxxxxxx
> https://list.sipfoundry.org/mailman/listinfo/resiprocate-devel
> 
> 
>