[squeak-dev] [ANN] Nagare - a new flexible logger for Smalltalk

Masashi UMEZAWA masashi.umezawa at gmail.com
Tue May 15 00:48:09 UTC 2012


Hello all,

I have recently developed a new logging library called Nagare.
http://code.google.com/p/nagare-logger/

Nagare is designed to be simple and scalable.
Contrary to other logging frameworks which provide rich set of log
output methods (file, socket, DB, etc.), Nagare just connects to
fluentd (http://fluentd.org). And Fluentd does the various log
processing jobs.

Features:
- Simple log interfaces with reliable backend
- Semi-structured logging (Not only String, you can store structured
records in log)
- Flexible - you can easily customise log-tags, log policy, etc.
- Portable (runs on Squeak, Pharo, VisualWorks)

Enjoy!
-- 
[:masashi | ^umezawa]


More information about the Squeak-dev mailing list