From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert P. J. Day" Subject: Re: looking for a recommendation for C logging library Date: Fri, 3 Jun 2005 19:25:06 -0400 (EDT) Message-ID: References: <73a776530506031320617c40ac@mail.gmail.com> Mime-Version: 1.0 Return-path: In-Reply-To: <73a776530506031320617c40ac@mail.gmail.com> Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jason Sallis Cc: C programming list On Fri, 3 Jun 2005, Jason Sallis wrote: > I've never personally tried it, but log4c > (http://log4c.sourceforge.net/) might be worth checking out. I've > worked with both log4j and log4net extensively and since this project > is based on log4j, I would assume that it would meet your needs. > > j-sa in fact, that's the very one i started looking at, having found it at freshmeat. my only concern is that this is going to be part of an embedded system so space will be an issue. as long as it isn't a space hog, it's a possibility. rday