Logging 0.8.0

logging version 0.8.0
by Tim P.
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

1 minor enhancement

  • Setting the log level of a parent will cause this level to
    be propagated to the children
    1 bug fix
  • Fixed error with the e-mail appender and missing hostname