instance method
logger
Ruby on Rails 4.1.16
Since v3.2.22.5 PrivateSignature
logger(env)
No documentation comment.
Parameters
-
envreq
Source
# File actionpack/lib/action_dispatch/middleware/debug_exceptions.rb, line 85
def logger(env)
env['action_dispatch.logger'] || stderr_logger
end
Defined in actionpack/lib/action_dispatch/middleware/debug_exceptions.rb line 85
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::DebugExceptions