method
level=
rails latest stable - Class:
ActiveSupport::BufferedLogger
level=(l)public
No documentation available.
# File activesupport/lib/active_support/buffered_logger.rb, line 75
def level=(l)
@log.level = l
end level=(l)No documentation available.
# File activesupport/lib/active_support/buffered_logger.rb, line 75
def level=(l)
@log.level = l
end