method

stderr_logger

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