instance method
fatal!
Ruby on Rails edge
Since edgeSignature
fatal!()
Sets the log level to Logger::FATAL.
Source
# File activesupport/lib/active_support/proxy_logger.rb, line 120
def fatal!; self.level = FATAL; end
Defined in activesupport/lib/active_support/proxy_logger.rb line 120
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::ProxyLogger