Module Logging::Appenders
In: lib/logging/appenders/console.rb
lib/logging/appenders/email.rb
lib/logging/appenders/file.rb
lib/logging/appenders/growl.rb
lib/logging/appenders/io.rb
lib/logging/appenders/rolling_file.rb
lib/logging/appenders/syslog.rb

a replacement EmailOutputter. This is essentially the default EmailOutptter from Log4r but with the following changes:

  1) if there is data to send in an email, then do not send anything
  2) connect to the smtp server at the last minute, do not connect at startup and then send later on.
  3) Fix the To: field so that it looks alright.

Classes and Modules

Class Logging::Appenders::Email
Class Logging::Appenders::File
Class Logging::Appenders::Growl
Class Logging::Appenders::IO
Class Logging::Appenders::RollingFile
Class Logging::Appenders::Stderr
Class Logging::Appenders::Stdout
Class Logging::Appenders::Syslog

[Validate]