if no one has any other feedback, i'm importing this later today...

On Mon, Sep 27, 2010 at 9:57 AM, Chris Kuethe <chris.kue...@gmail.com> wrote:
> Renamed to "libclog" to avoid conflict with net/clog and set PREFIX in
> Makefile to avoid patching the source makefile
>
>
>
> On Fri, Sep 24, 2010 at 8:45 AM, Chris Kuethe <chris.kue...@gmail.com> wrote:
>> Clog is a configurable logging library, supporting filtering and
>> timestamping ... use it when you don't want to litter your code with
>>
>> if (debug)
>>    fprintf(stderr, ...);
>> else
>>    syslog(...);
>>
>>
>> --
>> GDB has a 'break' feature; why doesn't it have 'fix' too?
>>
>
>
>
> --
> GDB has a 'break' feature; why doesn't it have 'fix' too?
>



-- 
GDB has a 'break' feature; why doesn't it have 'fix' too?

Reply via email to