aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/log_subscriber.rb
Commit message (Collapse)AuthorAgeFilesLines
* Optimize log subscribers to check if the log level is sufficient before ↵Brian Durand2012-09-301-2/+4
| | | | performing an operations.
* Array.wrap is no longer needed hereRafael Mendonça França2012-01-051-4/+2
|
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing ↵José Valim2010-06-241-0/+22
frameworks like ActiveRecord and ActiveResource to log outsude Rails::Application [#4816 state:resolved]