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?

Attachment: libclog.tgz
Description: GNU Zip compressed data

Reply via email to