instance method
logger
Ruby on Rails 5.2.8.1
Since v3.0.20 Last seen in v8.0.4Signature
logger()
Use the logger configured for ActionMailer::Base.
Source
# File actionmailer/lib/action_mailer/log_subscriber.rb, line 35
def logger
ActionMailer::Base.logger
end
Defined in actionmailer/lib/action_mailer/log_subscriber.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionMailer::LogSubscriber