On 30 May 2012, at 01:56, Santiago Bragagnolo wrote: > Im looking for a log framework with configurable levels. Theres any stable > and useful? I browsed the list and didn't find nothing but something like > 'every body has its own logging framework'. > > I wrote a small logging fwk for my project, but if is any more complete, it > would be great.
There is one logging framework already in your image: Zinc-HTTP-Logging. It is based on Announcments. Although it is part of Zn, it is general purpose. What is special is that it logs the process ID as well, which is useful to debug multiprocess applications. See the Zn documentation for more info. Sven
