Logger.flush
You're seeing just the function
flush
, go back to
Logger module for more information.
Specs
Flushes the logger.
This guarantees all messages sent to Logger
prior to this call will
be processed. This is useful for testing and it should not be called
in production code.