static private Method

Dispatcher.log_failsafe_exception(status, exception)

There's no documentation for this item.

Source Code

# File action_controller/dispatcher.rb, line 62
def log_failsafe_exception(status, exception)
  message = "/!\\ FAILSAFE /!\\  #{Time.now}\n  Status: #{status}\n"
  message << "  #{exception}\n    #{exception.backtrace.join("\n    ")}" if exception
  failsafe_logger.fatal message
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.