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