public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
* a simpler logger [?]
@ 2007-12-07 16:37 Andrew Cagney
  2007-12-17 20:05 ` Andrew Cagney
  0 siblings, 1 reply; 6+ messages in thread
From: Andrew Cagney @ 2007-12-07 16:37 UTC (permalink / raw)
  To: frysk

Hi,

I've just added a frysk.rsl (really simple logger?) package as a 
possible alternative to the java logging framework we're currently 
using.  The "advantages" as I'll spin them are:

-> the logging call is unlocked (at least in the logger level)
so the ongoing saga of older log implementations deadlocking is avoided

-> nested logging works

-> it supports a completer interface
so that << (fhpd) frysk log frysk.proc.<TAB> >> can give a known list of 
loggers

-> [I think] the call interface is simpler and lighter
for instance << log.fine(this, "adding foo") >> or << log.fine(this, 
"adding foo=", foo); >> (we can add more methods as we need them :-)

thoughts?

Andrew

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

end of thread, other threads:[~2008-02-12 13:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-07 16:37 a simpler logger [?] Andrew Cagney
2007-12-17 20:05 ` Andrew Cagney
2008-02-11 18:52   ` Andrew Cagney
2008-02-12 12:15     ` Mark Wielaard
2008-02-12 12:23       ` Phil Muldoon
2008-02-12 13:29         ` Mark Wielaard

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 read-only IMAP folder(s) and NNTP newsgroup(s).