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