Re: APR Error Handling

2001-07-10 Thread dean gaudet
On 9 Jul 2001, Ian Holsman wrote: > maybe there needs to be a method of registering error numbers/functions > so that apr_sterror knows that error 1230981 is from apr-util and would > call apr-util's function it registered to show the error message. hee! sorry, just thinking back to discussions

Re: APR Error Handling

2001-07-09 Thread rbb
On 9 Jul 2001, Ian Holsman wrote: > On 09 Jul 2001 13:56:43 -0700, [EMAIL PROTECTED] wrote: > > > > > > > Hi. > > > > > I've got a simple library/test app which uses APR. > > > > > I would like to also use it in a apache module.. > > > > > > > > > > the problem I'm seeing is that ap_log_[rp]error

Re: APR Error Handling

2001-07-09 Thread Ian Holsman
On 09 Jul 2001 13:56:43 -0700, [EMAIL PROTECTED] wrote: > > > > > Hi. > > > > I've got a simple library/test app which uses APR. > > > > I would like to also use it in a apache module.. > > > > > > > > the problem I'm seeing is that ap_log_[rp]error is in server/log.c > > > > so I can't use that i

Re: APR Error Handling

2001-07-09 Thread rbb
> > > Hi. > > > I've got a simple library/test app which uses APR. > > > I would like to also use it in a apache module.. > > > > > > the problem I'm seeing is that ap_log_[rp]error is in server/log.c > > > so I can't use that if It's not HTTP. > > > > > > I was wondering if there should be someth

Re: APR Error Handling

2001-07-09 Thread Ian Holsman
On 09 Jul 2001 13:11:07 -0700, [EMAIL PROTECTED] wrote: > > > Hi. > > I've got a simple library/test app which uses APR. > > I would like to also use it in a apache module.. > > > > the problem I'm seeing is that ap_log_[rp]error is in server/log.c > > so I can't use that if It's not HTTP. > > > >

Re: APR Error Handling

2001-07-09 Thread rbb
> Hi. > I've got a simple library/test app which uses APR. > I would like to also use it in a apache module.. > > the problem I'm seeing is that ap_log_[rp]error is in server/log.c > so I can't use that if It's not HTTP. > > I was wondering if there should be something in the APR code a APR > rout

APR Error Handling

2001-07-09 Thread Ian Holsman
Hi. I've got a simple library/test app which uses APR. I would like to also use it in a apache module.. the problem I'm seeing is that ap_log_[rp]error is in server/log.c so I can't use that if It's not HTTP. I was wondering if there should be something in the APR code a APR routine can call and