method
logger
v3.1.0 -
Show latest stable
- Class:
ActionDispatch::ShowExceptions
logger()private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/show_exceptions.rb, line 155
def logger
defined?(Rails.logger) ? Rails.logger : Logger.new($stderr)
end