method
auto_flush
rails latest stable - Class:
ActiveSupport::BufferedLogger
auto_flush()protected
No documentation available.
# File activesupport/lib/active_support/buffered_logger.rb, line 125
def auto_flush
flush if buffer.size >= @auto_flushing
end