

| |||||||
|
You are here: Root > Software > Development > Libraries
Log5 is a Common Lisp logging framework organized around five things: categories, outputs, senders, messages and contexts.
| gwking@metabang.com | |
| Web site | http://common-lisp.net/project/log5/ |
| Mailing list | log5-devel@common-lisp.net |
| Version | 0.1.1 - Thursday, 01 February 2007 |
| Maturity | Experimental |
| OS compatibility | any |
| ASDF installable | Yes |
| Official Download | http://common-lisp.net/project/log5/log5_latest.tar.gz |
| Mirrored Download | |
| Source code repository |
Log5 is a Common Lisp logging framework organized around five things: categories, outputs, senders, messages and contexts.
Categories organize log messages into groups. They are like log4j's Loggers only they're not necessarily arranged hierarchically;
Senders take care of getting log messages somewhere useful. The correspond to log4j's Appenders;
the Outputs of a Sender specify what actually gets sent, printed, spoken, and so on.
Messages are the actual log statements in your code
and the Context provides a way to annotate log messages dynamically (useful, for example, if an application serves multiple clients). Log4j calls this a *Nested Diagnostic Context* but that's too high-faluting for me.
For more details, see the user-guide.
Libraries | ASDF installable | Tools
You must be logged to add a note
You must be logged to add a comment