Hi Masashi, Quite interesting logging library, thanks! Some questions: - can you log Transcript too? - can logging be done in background process to improve performance, for example for burst of web requests? Best regards Janko Dne 15. 05. 2012 02:48, piše Masashi UMEZAWA:
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!
-- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si