Re: new: devel/clog

2010-10-04 Thread Chris Kuethe
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

Re: new: devel/clog

2010-09-27 Thread Chris Kuethe
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

new: devel/clog

2010-09-24 Thread Chris Kuethe
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? clog.tgz Description: GNU Zip

Re: new: devel/clog

2010-09-24 Thread Igor Zinovik
On Sep 24, Chris Kuethe 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(...); Maybe it is better to remove patch and override PREFIX value