Re: Logging and synchronization

2008-07-17 Thread Jeffrey E Care
Stefan Bodewig <[EMAIL PROTECTED]> wrote on 07/17/2008 04:01:34 AM: > > I spent a lot of time & effort writing a thread-safe logger for our > > own internal use. > > Sounds as if it was more painful than I had expected. It's been quite a while, so my memory is a little hazy, but IIRC much of th

Re: Logging and synchronization

2008-07-17 Thread Stefan Bodewig
On Fri, 11 Jul 2008, Jeffrey E. Care <[EMAIL PROTECTED]> wrote: > I spent a lot of time & effort writing a thread-safe logger for our > own internal use. Sounds as if it was more painful than I had expected. > If there's sufficient interest I'd be willing to get the ball > rolling on getting the

Re: Logging and synchronization

2008-07-11 Thread Jeffrey E Care
I spent a lot of time & effort writing a thread-safe logger for our own internal use. If there's sufficient interest I'd be willing to get the ball rolling on getting the contribution approved by our internal IP folks... __