method
stderr_logger
v5.1.7 -
Show latest stable
- Class:
ActionDispatch::DebugExceptions
stderr_logger()private
No documentation available.
# File actionpack/lib/action_dispatch/middleware/debug_exceptions.rb, line 189
def stderr_logger
@stderr_logger ||= ActiveSupport::Logger.new($stderr)
end