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