instance method
stderr_logger
Ruby on Rails 7.0.10
Since v3.2.22.5 PrivateSignature
stderr_logger()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/middleware/debug_exceptions.rb, line 166
def stderr_logger
@stderr_logger ||= ActiveSupport::Logger.new($stderr)
end
Defined in actionpack/lib/action_dispatch/middleware/debug_exceptions.rb line 166
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::DebugExceptions