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