class method
self.flush_all!
Ruby on Rails 5.2.8.1
Since v3.0.20Signature
self.flush_all!()
Flush all log_subscribers’ logger.
Source
# File activesupport/lib/active_support/log_subscriber.rb, line 70
def flush_all!
logger.flush if logger.respond_to?(:flush)
end
Defined in activesupport/lib/active_support/log_subscriber.rb line 70
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::LogSubscriber