From: Tim Pease Date: 2009-01-26T14:00:32+09:00 Subject: [ANN] logging 0.9.5 logging version 0.9.5 by Tim Pease http://logging.rubyforge.org/ == DESCRIPTION Logging is a flexible logging library for use in Ruby programs based on the design of Java's log4j library. It features a hierarchical logging system, custom level names, multiple output destinations per log event, custom formatting, and more. == CHANGES 2 minor enhancements - The pattern layout can output the current thread name if set using Thread.current[:name] [valodzka] - Added buffered logging to all IO based loggers (console, file, rolling file) 1 bug fix - Uncaught TimeoutError in the e-mail appender == Blessings, TwP