May 15, 2012
12:48 a.m.
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]