method

stderr_logger

rails latest stable - Class: ActionDispatch::DebugExceptions
stderr_logger()
private

No documentation available.

# File actionpack/lib/action_dispatch/middleware/debug_exceptions.rb, line 167
      def stderr_logger
        @stderr_logger ||= ActiveSupport::Logger.new($stderr)
      end