linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* looking for a recommendation for C logging library
@ 2005-06-03 17:08 Robert P. J. Day
  2005-06-03 20:20 ` Jason Sallis
  0 siblings, 1 reply; 3+ messages in thread
From: Robert P. J. Day @ 2005-06-03 17:08 UTC (permalink / raw)
  To: C programming list


  in some code i inherited, i'm tempted to replace the current,
cumbersome, in-house collection of logging code with a public package
of some kind.  any recommendations for a decent C logging library?
it should support selectable output files, multiple warning levels,
all the usual stuff.

  thoughts?

rday

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: looking for a recommendation for C logging library
  2005-06-03 17:08 looking for a recommendation for C logging library Robert P. J. Day
@ 2005-06-03 20:20 ` Jason Sallis
  2005-06-03 23:25   ` Robert P. J. Day
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Sallis @ 2005-06-03 20:20 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: C programming list

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

On 6/3/05, Robert P. J. Day <rpjday@mindspring.com> wrote:
> 
>  in some code i inherited, i'm tempted to replace the current,
> cumbersome, in-house collection of logging code with a public package
> of some kind.  any recommendations for a decent C logging library?
> it should support selectable output files, multiple warning levels,
> all the usual stuff.
> 
>  thoughts?
> 
> rday
> -
> To unsubscribe from this list: send the line "unsubscribe linux-c-programming" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: looking for a recommendation for C logging library
  2005-06-03 20:20 ` Jason Sallis
@ 2005-06-03 23:25   ` Robert P. J. Day
  0 siblings, 0 replies; 3+ messages in thread
From: Robert P. J. Day @ 2005-06-03 23:25 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-03 23:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-03 17:08 looking for a recommendation for C logging library Robert P. J. Day
2005-06-03 20:20 ` Jason Sallis
2005-06-03 23:25   ` Robert P. J. Day

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).