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